Condividi tramite


XmlElement.GetElementsByTagName(String) Metodo

Definizione

Restituisce un elenco di tutti gli elementi discendenti che corrispondono al nome specificato.

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

Parametri

tagName
String

Platform::String

winrt::hstring

Tag degli elementi necessari.

Restituisce

Elementi obbligatori. L'elenco può essere vuoto.

Si applica a