다음을 통해 공유


IKeyIndexMapping.KeyFromIndex(Int32) 메서드

정의

지정된 인덱스의 항목에 대한 고유 식별자(키)를 검색합니다.

public:
 Platform::String ^ KeyFromIndex(int index);
winrt::hstring KeyFromIndex(int const& index);
public string KeyFromIndex(int index);
function keyFromIndex(index)
Public Function KeyFromIndex (index As Integer) As String

매개 변수

index
Int32

int

키를 가져올 항목의 인덱스입니다.

반환

String

Platform::String

winrt::hstring

지정된 인덱스에서 항목의 고유 식별자(키)입니다.

적용 대상