Freigeben über


MasterDetailPage.GetCollapseStyle Methode

Definition

Überlädt

GetCollapseStyle(BindableObject)

Gibt einen Wert zurück, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

GetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Gibt einen Wert zurück, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

GetCollapseStyle(BindableObject)

Gibt einen Wert zurück, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

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

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Ein Wert, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

Gilt für:

GetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Gibt einen Wert zurück, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

public static Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle GetCollapseStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.MasterDetailPage> config);
static member GetCollapseStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.MasterDetailPage> -> Xamarin.Forms.PlatformConfiguration.WindowsSpecific.CollapseStyle

Parameter

config
IPlatformElementConfiguration<Windows,MasterDetailPage>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Ein Wert, der steuert, ob Bereiche vollständig oder teilweise reduziert werden.

Gilt für: