Sdílet prostřednictvím


OpenXmlAttribute.XmlQualifiedName Property

When overridden in a derived class, gets the qualified name of the attribute.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property XmlQualifiedName As XmlQualifiedName
    Get
'Usage
Dim instance As OpenXmlAttribute
Dim value As XmlQualifiedName

value = instance.XmlQualifiedName
public XmlQualifiedName XmlQualifiedName { get; }

Property Value

Type: System.Xml.XmlQualifiedName
Returns XmlQualifiedName.

See Also

Reference

OpenXmlAttribute Structure

OpenXmlAttribute Members

DocumentFormat.OpenXml Namespace