XmlElement.GetAttributeNode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.