ListViewItemToKeyHandler 委托

定义

表示将处理 GetRelativeScrollPosition 方法的回调的方法。

public delegate Platform::String ^ ListViewItemToKeyHandler(Platform::Object ^ item);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(709357577, 37372, 21710, 152, 97, 52, 78, 128, 247, 233, 215)]
public delegate string ListViewItemToKeyHandler(object item);
Public Delegate Function ListViewItemToKeyHandler(item As Object) As String 

参数

item
Object

Platform::Object

ListView 项。

返回值

String

Platform::String

项的键。

属性

适用于

另请参阅