Condividi tramite


ListViewItemToKeyHandler Delegato

Definizione

Rappresenta il metodo che gestirà il callback per il metodo GetRelativeScrollPosition .

public delegate Platform::String ^ ListViewItemToKeyHandler(Platform::Object ^ item);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(709357577, 37372, 21710, 152, 97, 52, 78, 128, 247, 233, 215)]
public delegate string ListViewItemToKeyHandler(object item);
Public Delegate Function ListViewItemToKeyHandler(item As Object) As String 

Parametri

item
Object

Platform::Object

Elemento ListView .

Valore restituito

String

Platform::String

Chiave dell'elemento.

Attributi

Si applica a

Vedi anche