Application.On<T> Methode

Definition

Gibt die plattformspezifische Instanz dieser Application-Klasse ab, auf der eine plattformspezifische Methode aufgerufen werden kann.

public Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.Application> On<T> () where T : Xamarin.Forms.IConfigPlatform;
abstract member On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.Application (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)
override this.On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.Application (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)

Typparameter

T

Die Plattformkonfiguration, für die die Anwendung instance abgerufen werden soll.

Gibt zurück

Implementiert

Gilt für: