VSEdition Class
List of supported editions of Visual Studio that may be targeted by an extension.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
| Name | Description | |
|---|---|---|
![]() | VSEdition() | Creates a VSEdition object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Express_All | All Visual Studio Express editions are supported. |
![]() ![]() | IntegratedShell | Visual Studio Integrated Shell applications are supported. |
![]() ![]() | LightSwitch | |
![]() ![]() | Premium | |
![]() ![]() | Pro | Visual Studio Professional is supported. |
![]() ![]() | Ultimate | |
![]() ![]() | VBExpress | Visual Basic Express is supported. |
![]() ![]() | VCExpress | Visual C++ Express is supported. |
![]() ![]() | VCSExpress | Visual C# Express is supported. |
![]() ![]() | VPDExpress | |
![]() ![]() | VSWinDesktopExpress | |
![]() ![]() | VSWinExpress | |
![]() ![]() | VWDExpress | Visual Web Developer Express is supported. |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



