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 で導入)

適用対象

こちらもご覧ください