IImageSourceService<T> Interfaz
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í.
generic <typename T>
where T : IImageSourcepublic interface class IImageSourceService : Microsoft::Maui::IImageSourceService
public interface IImageSourceService<in T> : Microsoft.Maui.IImageSourceService where T : IImageSource
type IImageSourceService<'T (requires 'T :> IImageSource)> = interface
interface IImageSourceService
Public Interface IImageSourceService(Of In T)
Implements IImageSourceService
Parámetros de tipo
- T
- Derivado
- Implementaciones
Métodos de extensión
GetPlatformImageAsync(IImageSourceService, IImageSource, IMauiContext) |