Partager via


UriImageSourceService Constructeurs

Définition

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

S’applique à