XmlElement.GetAttributeNode(String) Method

Definition

Returns the attribute node.

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

Parameters

attributeName
String

Platform::String

winrt::hstring

The name of the required attribute.

Returns

The returned attribute pointer.

Applies to