ListView.GetSelectionMode 方法

定义

重载

GetSelectionMode(BindableObject)

返回该元素的选择模式。

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

返回该元素的选择模式。

GetSelectionMode(BindableObject)

返回该元素的选择模式。

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

参数

element
BindableObject

要获取其选择模式的元素。

返回

适用于

GetSelectionMode(IPlatformElementConfiguration<Windows,ListView>)

返回该元素的选择模式。

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

参数

config
IPlatformElementConfiguration<Windows,ListView>

要获取其选择模式的元素。

返回

适用于