UriImageSourceService Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| UriImageSourceService() | |
| UriImageSourceService(ILogger<UriImageSourceService>) |
UriImageSourceService()
public:
UriImageSourceService();
public UriImageSourceService ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- logger
- ILogger<UriImageSourceService>