다음을 통해 공유


ProfilePropertySettingsCollection.GetKey(Int32) 메서드

정의

지정된 인덱스 위치의 ProfilePropertySettings 이름을 가져옵니다.

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

컬렉션에 있는 ProfilePropertySettings의 인덱스입니다.

반환

String

지정된 인덱스 위치의 ProfilePropertySettings 이름입니다.

설명

인덱스에 있는 개체 컬렉션에 있어야 합니다.

적용 대상

추가 정보