XmlSchemaElement.Constraints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得元素上條件約束 (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
屬性值
條件約束的集合。
備註
傳回 專案的條件約束集合。 可以是 、 XmlSchemaKeyref
或 XmlSchemaUnique
的任何 XmlSchemaKey
。