UserContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserContext() | |
UserContext(String) |
load from a string, as saved by SaveToString |
UserContext(XmlNodeList) |
UserContext()
public:
UserContext();
public UserContext ();
Public Sub New ()
Applies to
UserContext(String)
load from a string, as saved by SaveToString
public:
UserContext(System::String ^ resource);
public UserContext (string resource);
new Microsoft.VisualStudio.Modeling.Design.UserContext : string -> Microsoft.VisualStudio.Modeling.Design.UserContext
Public Sub New (resource As String)
Parameters
- resource
- String
Applies to
UserContext(XmlNodeList)
public:
UserContext(System::Xml::XmlNodeList ^ nodeList);
public UserContext (System.Xml.XmlNodeList nodeList);
new Microsoft.VisualStudio.Modeling.Design.UserContext : System.Xml.XmlNodeList -> Microsoft.VisualStudio.Modeling.Design.UserContext
Public Sub New (nodeList As XmlNodeList)
Parameters
- nodeList
- XmlNodeList