Sdílet prostřednictvím


IElementConfiguration<TElement>.On<T> Metoda

Definice

Vrátí konkrétní instanci platformy této TElementinstance , na které může být volána metoda specifická pro platformu.

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 , jehož typ určuje platformu, pro kterou se má načíst.

Návraty

Instance pro konkrétní platformu .TElement

Platí pro