UriImageSourceService Constructeurs
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
UriImageSourceService() | |
UriImageSourceService(ILogger<UriImageSourceService>) |
UriImageSourceService()
public:
UriImageSourceService();
public UriImageSourceService ();
Public Sub New ()
S’applique à
UriImageSourceService(ILogger<UriImageSourceService>)
public UriImageSourceService (Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService>? logger = default);
new Microsoft.Maui.UriImageSourceService : Microsoft.Extensions.Logging.ILogger<Microsoft.Maui.UriImageSourceService> -> Microsoft.Maui.UriImageSourceService
Public Sub New (Optional logger As ILogger(Of UriImageSourceService) = Nothing)
Paramètres
- logger
- ILogger<UriImageSourceService>