ListView.SetSelectionMode Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Öğe selectio modu ayarlamak için.
- value
- ListViewSelectionMode
Yeni seçim modu değeri.