ListView.GetSelectionMode Metoda

Definice

Přetížení

GetSelectionMode(BindableObject)

Vrátí režim výběru pro prvek.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Vrátí režim výběru pro prvek.

GetSelectionMode(BindableObject)

Vrátí režim výběru pro prvek.

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

Parametry

element
BindableObject

Prvek, jehož režim výběru chcete získat.

Návraty

Platí pro

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Vrátí režim výběru pro prvek.

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

Parametry

config
IPlatformElementConfiguration<Windows,ListView>

Prvek, jehož režim výběru chcete získat.

Návraty

Platí pro