VSVersion Class

 

Constants for supported Visual Studio versions.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.VSVersion

Syntax

public static class VSVersion
public ref class VSVersion abstract sealed 
[<AbstractClass>]
[<Sealed>]
type VSVersion = class end
Public NotInheritable Class VSVersion

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static VS11

Visual Studio 2012

System_CAPS_pubfieldSystem_CAPS_static VS12

Visual Studio 2013

System_CAPS_pubfieldSystem_CAPS_static VS14

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top