Share via


ListViewKeyToItemHandler Delegar

Definição

Representa o método assíncrono que manipulará o retorno de chamada para o 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

A chave do item ListView .

Valor Retornado

Uma operação assíncrona que, após a conclusão bem-sucedida, retorna o item ListView representado pela chave especificada.

Atributos

Aplica-se a

Confira também