Condividi tramite


ListViewKeyToItemHandler Delegato

Definizione

Rappresenta il metodo asincrono che gestirà il callback per il metodo 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) 

Parametri

key
String

Platform::String

Chiave dell'elemento ListView .

Valore restituito

Operazione asincrona che, al termine del completamento, restituisce l'elemento ListView rappresentato dalla chiave specificata.

Attributi

Si applica a

Vedi anche