Compartir a través de


IImageSourceService<T> Interfaz

Definición

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
Este parámetro de tipo es contravariante, es decir, puede usar el tipo que haya especificado o cualquier tipo menos derivado. Si desea obtener más información sobre la covarianza y la contravarianza, consulte Covarianza y contravarianza en genéricos.
Derivado
Implementaciones

Métodos de extensión

GetPlatformImageAsync(IImageSourceService, IImageSource, IMauiContext)

Se aplica a