XmlElement(String, String, String, XmlDocument) Konstruktor

Definition

Initialisiert eine neue Instanz der XmlElement-Klasse.

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);
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)

Parameter

prefix
String

Das Namespacepräfix; siehe die Prefix Eigenschaft.

localName
String

Der lokale Name; siehe die LocalName Eigenschaft.

namespaceURI
String

Der Namespace-URI; siehe die NamespaceURI Eigenschaft.

doc
XmlDocument

Das übergeordnete XML-Dokument.

Hinweise

Instanziieren XmlElement Sie eine direkte Instanziierung nicht; verwenden Sie stattdessen Methoden wie CreateElement.

Gilt für: