次の方法で共有


XmlSchemaElement.Constraints プロパティ

要素に関する制約のコレクションを取得します。

Public ReadOnly Property Constraints As XmlSchemaObjectCollection
[C#]
public XmlSchemaObjectCollection Constraints {get;}
[C++]
public: __property XmlSchemaObjectCollection* get_Constraints();
[JScript]
public function get Constraints() : XmlSchemaObjectCollection;

プロパティ値

制約のコレクション。

解説

要素に関する制約のコレクションを返します。 XmlSchemaKeyXmlSchemaKeyrefXmlSchemaUnique のいずれかになります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaElement クラス | XmlSchemaElement メンバ | System.Xml.Schema 名前空間