다음을 통해 공유


UriImageSourceService 생성자

정의

오버로드

UriImageSourceService()
UriImageSourceService(ILogger<UriImageSourceService>)

UriImageSourceService()

public:
 UriImageSourceService();
public UriImageSourceService ();
Public Sub New ()

적용 대상

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)

매개 변수

적용 대상