Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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.