XmlSchemaObjectCollection.Item[Int32] 속성

정의

지정된 인덱스의 XmlSchemaObject를 가져옵니다.

public:
 virtual property System::Xml::Schema::XmlSchemaObject ^ default[int] { System::Xml::Schema::XmlSchemaObject ^ get(int index); void set(int index, System::Xml::Schema::XmlSchemaObject ^ value); };
public virtual System.Xml.Schema.XmlSchemaObject this[int index] { get; set; }
member this.Item(int) : System.Xml.Schema.XmlSchemaObject with get, set
Default Public Overridable Property Item(index As Integer) As XmlSchemaObject

매개 변수

index
Int32

XmlSchemaObject의 인덱스입니다.

속성 값

XmlSchemaObject

지정한 인덱스에 있는 XmlSchemaObject입니다.

적용 대상