XmlElement(String, String, String, XmlDocument) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

prefix
String

O prefixo de namespace; consulte a propriedade Prefix.

localName
String

O nome local; consulte a propriedade LocalName.

namespaceURI
String

O URI do namespace; consulte a propriedade NamespaceURI.

doc
XmlDocument

O documento XML pai.

Comentários

Não instanciar uma XmlElement instância diretamente; em vez disso, use métodos como CreateElement.

Aplica-se a