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.

반품

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

적용 대상