ElementHandlerExtensions.GetService Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros de tipo
- T
Parámetros
- handler
- IElementHandler
Devoluciones
T
Se aplica a
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
Parámetros de tipo
- T
Parámetros
- handler
- IElementHandler
- type
- Type
Devoluciones
T
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.