UserContext Constructeurs

Définition

Surcharges

UserContext()
UserContext(String)

charger à partir d’une chaîne, telle qu’elle a été enregistrée par SaveToString

UserContext(XmlNodeList)

UserContext()

public:
 UserContext();
public UserContext ();
Public Sub New ()

S’applique à

UserContext(String)

charger à partir d’une chaîne, telle qu’elle a été enregistrée par 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)

Paramètres

resource
String

S’applique à

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)

Paramètres

nodeList
XmlNodeList

S’applique à