VSEdition Class

List of supported editions of Visual Studio that may be targeted by an extension.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.ExtensionManager.VSEdition

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Public Class VSEdition
public class VSEdition
public ref class VSEdition
type VSEdition =  class end
public class VSEdition

The VSEdition type exposes the following members.

Constructors

  Name Description
Public method VSEdition Creates a VSEdition object.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member Express_All All Visual Studio Express editions are supported.
Public fieldStatic member IntegratedShell Visual Studio Integrated Shell applications are supported.
Public fieldStatic member LightSwitch
Public fieldStatic member Premium
Public fieldStatic member Pro Visual Studio Professional is supported.
Public fieldStatic member Ultimate
Public fieldStatic member VBExpress Visual Basic Express is supported.
Public fieldStatic member VCExpress Visual C++ Express is supported.
Public fieldStatic member VCSExpress Visual C# Express is supported.
Public fieldStatic member VPDExpress
Public fieldStatic member VSWinDesktopExpress
Public fieldStatic member VSWinExpress
Public fieldStatic member VWDExpress Visual Web Developer Express is supported.

Top

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

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

Reference

Microsoft.VisualStudio.ExtensionManager Namespace