ListView.SetSelectionMode Yöntem

Tanım

Aşırı Yüklemeler

SetSelectionMode(BindableObject, ListViewSelectionMode)

Öğe için seçim modunu ayarlar.

SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)

Öğe için seçim modunu ayarlar.

SetSelectionMode(BindableObject, ListViewSelectionMode)

Öğe için seçim modunu ayarlar.

public static void SetSelectionMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode value);
static member SetSelectionMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.ListViewSelectionMode -> unit

Parametreler

element
BindableObject

Öğe selectio modu ayarlamak için.

value
ListViewSelectionMode

Yeni seçim modu değeri.

Şunlara uygulanır

SetSelectionMode(IPlatformElementConfiguration<Windows,ListView>, ListViewSelectionMode)

Öğe için seçim modunu ayarlar.

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

Parametreler

config
IPlatformElementConfiguration<Windows,ListView>

Öğe selectio modu ayarlamak için.

value
ListViewSelectionMode

Yeni seçim modu değeri.

Döndürülenler

IPlatformElementConfiguration<Windows,ListView>

Şunlara uygulanır