CompilerCollection.Get 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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 개체입니다.
적용 대상
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
매개 변수
반환
Compiler 개체입니다.