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.

適用対象