CompilerCollection.Item[] 속성

정의

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

오버로드

Name Description
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 개체입니다.

설명

컴파일러 개체가 컬렉션에 없으면 범위를 벗어난 예외가 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 개체입니다.

설명

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

적용 대상