ListView.GetSelectionMode 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
| 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
Ş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
Öğeyi almak için seçim modu.