Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 450 Bytes

xmlelement_getattribute_990637886.md

File metadata and controls

26 lines (18 loc) · 450 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlElement.GetAttribute(System.String)
winrt method

Windows.Data.Xml.Dom.XmlElement.GetAttribute

-description

Returns the value of the attribute.

-parameters

-param attributeName

The name of the required attribute.

-returns

The string value of the attribute.

-remarks

-examples

-see-also