XmlElement(String, String, String, XmlDocument) Costruttore

Definizione

Inizializza una nuova istanza della classe XmlElement.

protected public:
 XmlElement(System::String ^ prefix, System::String ^ localName, System::String ^ namespaceURI, System::Xml::XmlDocument ^ doc);
protected internal XmlElement (string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc);
protected internal XmlElement (string prefix, string localName, string? namespaceURI, System.Xml.XmlDocument doc);
new System.Xml.XmlElement : string * string * string * System.Xml.XmlDocument -> System.Xml.XmlElement
Protected Friend Sub New (prefix As String, localName As String, namespaceURI As String, doc As XmlDocument)

Parametri

prefix
String

Prefisso dello spazio dei nomi. Vedere la proprietà Prefix.

localName
String

Nome locale. Vedere la proprietà LocalName.

namespaceURI
String

URI dello spazio dei nomi. Vedere la proprietà NamespaceURI.

doc
XmlDocument

Documento XML padre.

Commenti

Non creare un'istanza XmlElement diretta; usare invece metodi come CreateElement.

Si applica a