XmlDocument.GetElementsByTagName(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 une collection d’éléments qui portent le nom spécifié.
public:
virtual XmlNodeList ^ GetElementsByTagName(Platform::String ^ tagName) = GetElementsByTagName;
XmlNodeList GetElementsByTagName(winrt::hstring const& tagName);
public XmlNodeList GetElementsByTagName(string tagName);
function getElementsByTagName(tagName)
Public Function GetElementsByTagName (tagName As String) As XmlNodeList
Paramètres
- tagName
-
String
Platform::String
winrt::hstring
Nom d'élément à rechercher. La valeur « * » retourne tous les éléments du document.
Retours
Collection d’éléments qui correspondent au nom spécifié.