Condividi tramite


XmlElement.GetAttributeNode(String) Metodo

Definizione

Restituisce il nodo dell'attributo.

public:
 virtual XmlAttribute ^ GetAttributeNode(Platform::String ^ attributeName) = GetAttributeNode;
XmlAttribute GetAttributeNode(winrt::hstring const& attributeName);
public XmlAttribute GetAttributeNode(string attributeName);
function getAttributeNode(attributeName)
Public Function GetAttributeNode (attributeName As String) As XmlAttribute

Parametri

attributeName
String

Platform::String

winrt::hstring

Nome dell'attributo obbligatorio.

Restituisce

Puntatore dell'attributo restituito.

Si applica a