Compartir a través de


XmlDocument.GetElementById(String) Método

Definición

Devuelve el elemento que coincide con el atributo ID.

public:
 virtual XmlElement ^ GetElementById(Platform::String ^ elementId) = GetElementById;
XmlElement GetElementById(winrt::hstring const& elementId);
public XmlElement GetElementById(string elementId);
function getElementById(elementId)
Public Function GetElementById (elementId As String) As XmlElement

Parámetros

elementId
String

Platform::String

winrt::hstring

Identificador que se va a buscar.

Devoluciones

Elemento que coincide con el identificador proporcionado. Si no coinciden elementos, este método devuelve Null.

Se aplica a