Condividi tramite


ListView.GetSelectionMode Metodo

Definizione

Overload

GetSelectionMode(BindableObject)

Restituisce la modalità di selezione per l'elemento.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Restituisce la modalità di selezione per l'elemento.

GetSelectionMode(BindableObject)

Restituisce la modalità di selezione per l'elemento.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode GetSelectionMode (Xamarin.Forms.BindableObject element);
static member GetSelectionMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode

Parametri

element
BindableObject

L'elemento di cui ottenere la modalità di selezione.

Restituisce

Si applica a

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Restituisce la modalità di selezione per l'elemento.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode GetSelectionMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.ListView> config);
static member GetSelectionMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.ListView> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode

Parametri

config
IPlatformElementConfiguration<Windows,ListView>

L'elemento di cui ottenere la modalità di selezione.

Restituisce

Si applica a