Compartilhar via


IElementConfiguration<TElement>.On<T> Método

Definição

Retorna a instância específica da plataforma desse TElement, em que um método específico de plataforma pode ser chamado.

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)

Parâmetros de tipo

T

Um tipo para IConfigPlatform o qual especifica a plataforma a ser recuperada.

Retornos

Uma instância específica da plataforma de TElement.

Aplica-se a