UtilVisualStudioIDEIsVisualStudioInstalled Method
Determines whether at least one version of Visual Studio is installed in the current machine.
Namespace: DevCase.Core.Diagnostics.VisualStudio.IDEAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsVisualStudioInstalled()
Public Shared Function IsVisualStudioInstalled As Boolean
Dim returnValue As Boolean
returnValue = UtilVisualStudioIDE.IsVisualStudioInstalled()
public:
static bool IsVisualStudioInstalled()
static member IsVisualStudioInstalled : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if at least one version of Visual Studio is installed in the current machine;
otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isVisualStudioInstalled As Boolean = IsVisualStudioInstalled()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.