UserContextType Enumeration
Note: This API is now obsolete.
This enumeration is not used by the Visual Studio SDK. (See Remarks.) Specifies the type of user context element.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")> _
Public Enumeration UserContextType
[ObsoleteAttribute("This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")]
public enum UserContextType
[ObsoleteAttribute(L"This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")]
public enum class UserContextType
[<ObsoleteAttribute("This class is deprecated. Use the facilities in the DSL domain model to define help system bindings.")>]
type UserContextType
public enum UserContextType
Members
Member name | Description | |
---|---|---|
Attribute | A Help filter. | |
F1Keyword | An F1 Help keyword. | |
Keyword | A Help keyword. |
Remarks
The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.