XmlElement(String, String, String, XmlDocument) Construtor

Definição

Inicializa uma nova instância da XmlElement classe.

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)

Parâmetros

prefix
String

O prefixo de namespace; Veja a Prefix propriedade.

localName
String

O nome local; Veja a LocalName propriedade.

namespaceURI
String

O espaço de nomes URI; Veja a NamespaceURI propriedade.

doc
XmlDocument

O documento XML pai.

Observações

Não instanciar um XmlElement diretamente; em vez disso, use métodos como CreateElement.

Aplica-se a