UserContext Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UserContext class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top