ListViewItemToKeyHandler 대리자

정의

GetRelativeScrollPosition 메서드에 대한 콜백을 처리할 메서드를 나타냅니다.

public delegate Platform::String ^ ListViewItemToKeyHandler(Platform::Object ^ item);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
class ListViewItemToKeyHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
public delegate string ListViewItemToKeyHandler(object item);
Public Delegate Function ListViewItemToKeyHandler(item As Object) As String 

매개 변수

item
Object

Platform::Object

IInspectable

ListView 항목입니다.

반환 값

String

Platform::String

winrt::hstring

항목의 키입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

적용 대상

추가 정보