XmlSchemaIdentityConstraint.Fields 属性

定义

获取应用为“XML 路径语言”(XPath) 表达式选择器的子级的域集合。

public:
 property System::Xml::Schema::XmlSchemaObjectCollection ^ Fields { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Fields { get; }
member this.Fields : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Fields As XmlSchemaObjectCollection

属性值

XmlSchemaObjectCollection

字段的集合。

注解

作为子级的字段的集合。 集合中的每个字段指定标识约束应用于的上下文元素下的节点集。

适用于