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

제약 조건 컬렉션입니다.

설명

요소에 대한 제약 조건 컬렉션을 반환합니다. , XmlSchemaKeyref또는 . 중 XmlSchemaKey어느 것이든 XmlSchemaUnique될 수 있습니다.

적용 대상