ListViewKeyToItemHandler Delegado

Definición

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

Parámetros

key
String

Platform::String

Clave del elemento ListView .

Valor devuelto

Una operación asincrónica que, al finalizar correctamente, devuelve el elemento ListView representado por la clave especificada.

Atributos

Se aplica a

Consulte también