Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Enumeration UserContextType
'Usage
Dim instance As UserContextType
public enum UserContextType
public enum class UserContextType
public enum UserContextType
Members
Member name | Description | |
---|---|---|
F1Keyword | An F1 Help keyword. | |
Keyword | A Help keyword. | |
Attribute | A Help filter. |
Remarks
The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.
See Also
Reference
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |