IMauiHandlersFactory.GetHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetHandler(Type) | |
GetHandler<T>() |
GetHandler(Type)
public:
Microsoft::Maui::IElementHandler ^ GetHandler(Type ^ type);
public Microsoft.Maui.IElementHandler? GetHandler (Type type);
abstract member GetHandler : Type -> Microsoft.Maui.IElementHandler
Public Function GetHandler (type As Type) As IElementHandler
Paramètres
- type
- Type
Retours
S’applique à
GetHandler<T>()
public:
generic <typename T>
where T : Microsoft::Maui::IElement Microsoft::Maui::IElementHandler ^ GetHandler();
public Microsoft.Maui.IElementHandler? GetHandler<T> () where T : Microsoft.Maui.IElement;
abstract member GetHandler : unit -> Microsoft.Maui.IElementHandler (requires 'T :> Microsoft.Maui.IElement)
Public Function GetHandler(Of T As IElement) () As IElementHandler
Paramètres de type
- T