ListViewKeyToItemHandler Delegate

Definition

Represents the asynchronous method that will handle callback for the SetRelativeScrollPositionAsync method.

C#
[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);

Parameters

key
String

The key of the ListView item.

Return Value

An asynchronous operation that, upon successful completion, returns the ListView item represented by the specified key.

Attributes

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also