XmlSchemaElement.Constraints 属性

定义

获取对元素的约束的集合。

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

属性值

XmlSchemaObjectCollection

约束的集合。

注解

返回元素上约束的集合。 可以是任一项 XmlSchemaKeyXmlSchemaKeyref也可以 XmlSchemaUnique

适用于