Compartilhar via


XmlDocument.GetElementById(String) Método

Definição

Retorna o elemento que corresponde ao 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

A ID a ser correspondida.

Retornos

O elemento que corresponde à ID fornecida. Se nenhum elemento corresponder, esse método retornará Null.

Aplica-se a