Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ListViewItemToKeyHandler Delegate

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the method that will handle callback for the GetRelativeScrollPosition method.

public delegate Platform::String ^ ListViewItemToKeyHandler(Platform::Object ^ item);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
class ListViewItemToKeyHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1794497142, 32395, 19089, 154, 86, 70, 12, 180, 125, 82, 63)]
public delegate string ListViewItemToKeyHandler(object item);
Public Delegate Function ListViewItemToKeyHandler(item As Object) As String 

Parameters

item
Object

Platform::Object

IInspectable

The ListView item.

Return Value

String

Platform::String

winrt::hstring

The key of the item.

Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also


Feedback

Was this page helpful?