XmlDocument.GetElementById(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’élément qui correspond à l’attribut 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
Paramètres
- elementId
-
String
Platform::String
winrt::hstring
ID à faire correspondre.
Retours
Élément qui correspond à l’ID fourni. Si aucun élément ne correspond, cette méthode retourne Null.