Partilhar via


IImageSourceService<T> Interface

Definição

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 é contravariante. Isso significa que é possível usar o tipo especificado ou qualquer tipo menos derivado. Para obter mais informações sobre covariância e contravariância, consulte Covariância e contravariância em genéricos.
Derivado
Implementações

Métodos de Extensão

GetPlatformImageAsync(IImageSourceService, IImageSource, IMauiContext)

Aplica-se a