XmlElement(String, String, String, XmlDocument) Oluşturucu

Tanım

XmlElement sınıfının yeni bir örneğini başlatır.

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)

Parametreler

prefix
String

Ad alanı ön eki; özelliğine Prefix bakın.

localName
String

Yerel ad; özelliğine LocalName bakın.

namespaceURI
String

Ad alanı URI'sini; özelliğine NamespaceURI bakın.

doc
XmlDocument

Üst XML belgesi.

Açıklamalar

Örneğini XmlElement doğrudan başlatmayın; bunun yerine gibi CreateElementyöntemleri kullanın.

Şunlara uygulanır