Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 540 Bytes

xmlprocessinginstruction_prefix.md

File metadata and controls

22 lines (15 loc) · 540 Bytes
-api-id -api-type
P:Windows.Data.Xml.Dom.XmlProcessingInstruction.Prefix
winrt property

Windows.Data.Xml.Dom.XmlProcessingInstruction.Prefix

-description

Gets or sets the namespace prefix.

-property-value

The namespace prefix specified on the element, attribute, or entity reference. For example, for the element <xxx:yyy>, this property returns xxx. It returns an empty string, "", if no prefix is specified.

-remarks

-examples

-see-also