Udostępnij za pośrednictwem


IElementConfiguration<TElement>.On<T> Metoda

Definicja

Zwraca wystąpienie specyficzne dla platformy tego TElementobiektu , na którym może zostać wywołana metoda specyficzna dla platformy.

public:
generic <typename T>
 where T : Microsoft::Maui::Controls::IConfigPlatform Microsoft::Maui::Controls::IPlatformElementConfiguration<T, TElement> ^ On();
public Microsoft.Maui.Controls.IPlatformElementConfiguration<T,out TElement> On<T> () where T : Microsoft.Maui.Controls.IConfigPlatform;
abstract member On : unit -> Microsoft.Maui.Controls.IPlatformElementConfiguration<'T, 'Element (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform and 'Element :> Microsoft.Maui.Controls.Element)> (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)
Public Function On(Of T As IConfigPlatform) () As IPlatformElementConfiguration(Of T, Out TElement)

Parametry typu

T

Typ IConfigPlatform , dla którego określa platformę do pobrania.

Zwraca

Wystąpienie specyficzne dla platformy .TElement

Dotyczy