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

項目的索引鍵。

屬性

適用於

另請參閱