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

項目のキー。

属性

適用対象

こちらもご覧ください