XmlDataDocument.GetElementById(String) Método

Definición

Obtiene el XmlElement con el identificador especificado. La clase XmlDataDocument no admite este método. Si se llama a este método, se produce una excepción.

public:
 override System::Xml::XmlElement ^ GetElementById(System::String ^ elemId);
public override System.Xml.XmlElement? GetElementById (string elemId);
public override System.Xml.XmlElement GetElementById (string elemId);
override this.GetElementById : string -> System.Xml.XmlElement
Public Overrides Function GetElementById (elemId As String) As XmlElement

Parámetros

elemId
String

Identificador de atributo con el que debe haber una coincidencia.

Devoluciones

XmlElement con el Id. especificado.

Excepciones

Llamada a este método.

Comentarios

La clase XmlDataDocument no admite este método.

Se aplica a