XmlDocument.GetElementById(String) Metodo

Definizione

Restituisce l'elemento che corrisponde all'attributo 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

Parametri

elementId
String

Platform::String

winrt::hstring

ID da trovare.

Restituisce

Elemento che corrisponde all'ID fornito. Se nessun elemento corrisponde, questo metodo restituisce Null.

Si applica a