共用方式為


XmlSchemaElement.Constraints 屬性

定義

取得元素上條件約束 (Constraint) 的集合。

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

條件約束的集合。

備註

傳回 專案的條件約束集合。 可以是 、 XmlSchemaKeyrefXmlSchemaUnique 的任何 XmlSchemaKey

適用於