XmlSchemaGroup.QualifiedName 属性

定义

获取架构组的限定名称。Gets the qualified name of the schema group.

public:
 property System::Xml::XmlQualifiedName ^ QualifiedName { System::Xml::XmlQualifiedName ^ get(); };
public System.Xml.XmlQualifiedName QualifiedName { get; }
member this.QualifiedName : System.Xml.XmlQualifiedName
Public ReadOnly Property QualifiedName As XmlQualifiedName

属性值

XmlQualifiedName

一个 XmlQualifiedName 对象,表示架构组的限定名。An XmlQualifiedName object representing the qualified name of the schema group.

适用于