XmlDataDocument.CreateElement(String, String, String) Método

Definição

Cria um elemento com os especificados Prefix, LocalName , e NamespaceURI.

public:
 override System::Xml::XmlElement ^ CreateElement(System::String ^ prefix, System::String ^ localName, System::String ^ namespaceURI);
public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI);
override this.CreateElement : string * string * string -> System.Xml.XmlElement
Public Overrides Function CreateElement (prefix As String, localName As String, namespaceURI As String) As XmlElement

Parâmetros

prefix
String

O prefixo do novo elemento. Se for String.Empty ou null, não existe prefixo.

localName
String

O nome local do novo elemento.

namespaceURI
String

O namespace Uniform Resource Identifier (URI) do novo elemento. Se for String.Empty ou null, não existe namespaceURI.

Devoluções

Uma nova XmlElement.

Aplica-se a