Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 478 Bytes

xmlattribute_nodename.md

File metadata and controls

22 lines (15 loc) · 478 Bytes
-api-id -api-type
P:Windows.Data.Xml.Dom.XmlAttribute.NodeName
winrt property

Windows.Data.Xml.Dom.XmlAttribute.NodeName

-description

Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types.

-property-value

The qualified node name, which varies depending on the node type.

-remarks

-examples

-see-also