다음을 통해 공유


CompilerCollection.GetKey(Int32) 메서드

정의

지정된 인덱스에 있는 CompilerCollection 키 이름을 가져옵니다.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

매개 변수

index
Int32

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

반환

String

CompilerCollection의 지정된 인덱스에 있는 키 이름입니다.

적용 대상