UserContext Class
This class is not used by the Visual Studio SDK. (See Remarks.) Represents a Help context.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | UserContext() | This constructor is not used by the Visual Studio SDK. Initializes a new instance of the UserContext class. |
![]() | UserContext(String^) | This constructor is not used by the Visual Studio SDK. Initializes a new instance of the UserContext class from a string. |
![]() | UserContext(XmlNodeList^) | This constructor is not used by the Visual Studio SDK. Initializes a new instance of the UserContext class from XML. |
| Name | Description | |
|---|---|---|
![]() ![]() | Empty | This property is not used by the Visual Studio SDK. Gets a value that indicates whether this Help context contains any Help elements. |
![]() | F1Keyword | This property is not used by the Visual Studio SDK. Gets or sets the F1 keyword. |
![]() | UserContextElements | This property is not used by the Visual Studio SDK. Gets all Help elements. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^, UserContextType) | This method is not used by the Visual Studio SDK. Adds a Help element to this Help context. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SaveToString() | This method is not used by the Visual Studio SDK. Returns a serialized version of the Help context. |
![]() | ToString() | (Inherited from Object.) |
The DSL Tools use types in the System.ComponentModel.Design namespace to support the display of Help topics.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



