CompilerCollection.Get 메서드

정의

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

오버로드

Get(Int32)

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

Get(String)

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

Get(Int32)

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

public:
 System::Web::Configuration::Compiler ^ Get(int index);
public System.Web.Configuration.Compiler Get (int index);
member this.Get : int -> System.Web.Configuration.Compiler
Public Function Get (index As Integer) As Compiler

매개 변수

index
Int32

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

반환

Compiler

Compiler 개체입니다.

적용 대상

Get(String)

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

public:
 System::Web::Configuration::Compiler ^ Get(System::String ^ language);
public System.Web.Configuration.Compiler Get (string language);
member this.Get : string -> System.Web.Configuration.Compiler
Public Function Get (language As String) As Compiler

매개 변수

language
String

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

반환

Compiler

Compiler 개체입니다.

적용 대상