Values Class

 

Supported values for properties in Names.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.SessionManagerOptions.Values

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static IdeVersion11

A supported value for property VSIdeVersion.

System_CAPS_pubfieldSystem_CAPS_static IdeVersion12

A supported value for property VSIdeVersion.

System_CAPS_pubfieldSystem_CAPS_static IdeVersion14

System_CAPS_pubfieldSystem_CAPS_static SupportedIdeVersions

A semicolon delimited list of all supported Ide versions.

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.SessionManagerOptions Namespace

Return to top