XmlSchemaElement.QualifiedName 属性

定义

获取给定元素的实际限定名称。Gets the actual qualified name for the given element.

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

元素的限定名。The qualified name of the element. QualifiedName 属性的编译后值。The post-compilation value of the QualifiedName property.

注解

QualifiedNameref属性引用的名称。QualifiedName is the name that a ref attribute refers to. 限定名由元素的 NCName 组成。The qualified name consists of the NCName of the element. 例如,元素名称 = "NCName",以及用于描述该架构的的前缀 targetNamespaceFor example, element name = "NCName", and the prefix used to describe the targetNamespace of the schema. 此属性保存属性的编译后值 QualifiedNameThis property holds the post-compilation value of the QualifiedName property.

适用于