UtilVisualStudioIDEIsVisualStudioInstalled(VisualStudioVersion) Method
Determines whether a specific 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.
No code example is currently available or this language may not be supported.
- version VisualStudioVersion
-
The Visual Studio version to check.
Boolean if the specified 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 isVisualStudio2017Installed As Boolean = IsVisualStudioInstalled(VisualStudioVersion.Vs2017)
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.