ElementHandlerExtensions.GetService 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
GetService<T>(IElementHandler) | |
GetService<T>(IElementHandler, Type) |
GetService<T>(IElementHandler)
- Source:
- ElementHandlerExtensions.cs
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GetService(Microsoft::Maui::IElementHandler ^ handler);
public static T? GetService<T> (this Microsoft.Maui.IElementHandler handler);
static member GetService : Microsoft.Maui.IElementHandler -> 'T
<Extension()>
Public Function GetService(Of T) (handler As IElementHandler) As T
Paramètres de type
- T
Paramètres
- handler
- IElementHandler
Retours
T
S’applique à
GetService<T>(IElementHandler, Type)
- Source:
- ElementHandlerExtensions.cs
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GetService(Microsoft::Maui::IElementHandler ^ handler, Type ^ type);
public static T? GetService<T> (this Microsoft.Maui.IElementHandler handler, Type type);
static member GetService : Microsoft.Maui.IElementHandler * Type -> 'T
<Extension()>
Public Function GetService(Of T) (handler As IElementHandler, type As Type) As T
Paramètres de type
- T
Paramètres
- handler
- IElementHandler
- type
- Type
Retours
T
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.