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

プロパティ値

制約のコレクション。

注釈

要素に対する制約のコレクションを返します。 XmlSchemaKeyXmlSchemaKeyref、またはXmlSchemaUniqueのいずれかを指定できます。

適用対象