다음을 통해 공유


CodeDirectiveCollection.Item[Int32] 속성

정의

컬렉션의 지정된 인덱스에 있는 CodeDirective 개체를 가져오거나 설정합니다.

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

매개 변수

index
Int32

액세스할 인덱스 위치입니다.

속성 값

인덱스 위치에 있는 CodeDirective입니다.

예외

index가 컬렉션의 유효한 인덱스 위치 범위를 벗어난 경우

설명

이 속성은 컬렉션에 액세스하는 데 사용할 수 있는 인덱서입니다.

적용 대상