다음을 통해 공유


CompilerCollection.Item[] 속성

정의

지정된 Compiler 컬렉션 항목을 가져옵니다.

오버로드

Item[Int32]

컬렉션의 지정된 인덱스에 있는 Compiler를 가져옵니다.

Item[String]

지정된 언어의 Compiler 컬렉션 요소를 가져옵니다.

Item[Int32]

컬렉션의 지정된 인덱스에 있는 Compiler를 가져옵니다.

public:
 property System::Web::Configuration::Compiler ^ default[int] { System::Web::Configuration::Compiler ^ get(int index); };
public System.Web.Configuration.Compiler this[int index] { get; }
member this.Item(int) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(index As Integer) As Compiler

매개 변수

index
Int32

Compiler 내의 CompilerCollection를 지정하는 정수 값입니다.

속성 값

Compiler

Compiler 개체입니다.

설명

컴파일러 개체를 컬렉션에 없는 경우, 범위를 벗어난 예외가 throw 됩니다.

적용 대상

Item[String]

지정된 언어의 Compiler 컬렉션 요소를 가져옵니다.

public:
 property System::Web::Configuration::Compiler ^ default[System::String ^] { System::Web::Configuration::Compiler ^ get(System::String ^ language); };
public System.Web.Configuration.Compiler this[string language] { get; }
member this.Item(string) : System.Web.Configuration.Compiler
Default Public ReadOnly Property Item(language As String) As Compiler

매개 변수

language
String

컬렉션 내의 Compiler 개체에 대한 언어입니다.

속성 값

Compiler

Compiler 개체입니다.

설명

언어 공급자에서 지 원하는 언어 이름의 세미콜론으로 구분 된 목록을 제공 합니다.

적용 대상