ListViewItemToKeyHandler Delegado

Definición

Representa el método que controlará la devolución de llamada del método 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 

Parámetros

item
Object

Platform::Object

Elemento ListView .

Valor devuelto

String

Platform::String

Clave del elemento.

Atributos

Se aplica a

Consulte también