UserContext Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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