ClientTargetCollection.GetKey(Int32) 메서드

정의

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

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

가져올 요소의 컬렉션 인덱스입니다.

반환

키의 값을 포함하는 문자열입니다.

적용 대상