CompilerErrorCollection.Item[Int32] 속성

정의

지정된 인덱스에서 CompilerError 값을 가져오거나 설정합니다.

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

매개 변수

index
Int32

컬렉션에서 찾을 항목의 인덱스(0부터 시작)입니다.

속성 값

각 유효한 인덱스에서 A CompilerError 입니다.

예외

매개 변수로 index 표시된 인덱스 값이 컬렉션의 유효한 인덱스 범위를 벗어났습니다.

적용 대상