UriImageSourceService Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| UriImageSourceService() | |
| UriImageSourceService(ILogger<UriImageSourceService>) |
UriImageSourceService()
public:
UriImageSourceService();
public UriImageSourceService ();
Public Sub New ()
Dotyczy
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)
Parametry
- logger
- ILogger<UriImageSourceService>