Share via


ListViewKeyToItemHandler Délégué

Définition

Représente la méthode asynchrone qui gère le rappel pour la méthode SetRelativeScrollPositionAsync .

public delegate IAsyncOperation<Platform::Object ^> ^ ListViewKeyToItemHandler(Platform::String ^ key);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1187571598, 47432, 24307, 184, 69, 178, 120, 181, 145, 139, 169)]
public delegate IAsyncOperation<object> ListViewKeyToItemHandler(string key);
Public Delegate Function ListViewKeyToItemHandler(key As String) As IAsyncOperation(Of Object) 

Paramètres

key
String

Platform::String

Clé de l’élément ListView .

Valeur renvoyée

Opération asynchrone qui, une fois terminée, retourne l’élément ListView représenté par la clé spécifiée.

Attributs

S’applique à

Voir aussi