Share via


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>

要取得其選取模式的項目。

傳回

適用於