ListView.GetSelectionMode Yöntem

Tanım

Aşırı Yüklemeler

GetSelectionMode(BindableObject)

Öğe için seçim modunu döndürür.

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Öğe için seçim modunu döndürür.

GetSelectionMode(BindableObject)

Öğe için seçim modunu döndürür.

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

Parametreler

element
BindableObject

Öğeyi almak için seçim modu.

Döndürülenler

ListViewSelectionMode

Şunlara uygulanır

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

Öğe için seçim modunu döndürür.

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

Parametreler

config
IPlatformElementConfiguration<Windows,ListView>

Öğeyi almak için seçim modu.

Döndürülenler

ListViewSelectionMode

Şunlara uygulanır