Share via


ListViewItemToKeyHandler Délégué

Définition

Représente la méthode qui gérera le rappel pour la méthode 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 

Paramètres

item
Object

Platform::Object

Élément ListView .

Valeur renvoyée

String

Platform::String

Clé de l'élément.

Attributs

S’applique à

Voir aussi