Freigeben über


XmlElement.GetAttributeNode(String) Methode

Definition

Gibt den Attributknoten zurück.

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

Parameter

attributeName
String

Platform::String

winrt::hstring

Der Name des erforderlichen Attributs.

Gibt zurück

Der zurückgegebene Attributzeiger.

Gilt für: