XmlAttribute(String, String, String, XmlDocument) Konstruktor

Definition

Initialisiert eine neue Instanz der XmlAttribute-Klasse.

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

Parameter

prefix
String

Das Namespacepräfix.

localName
String

Der lokale Name des Attributs.

namespaceURI
String

Der URI (Uniform Resource Identifier) des Namespaces.

doc
XmlDocument

Das übergeordnete XML-Dokument.

Hinweise

Instanziieren XmlAttribute Sie keine direkte Instanziierung; verwenden Sie stattdessen Methoden wie z CreateAttribute. B. .

Gilt für