다음을 통해 공유


IMauiInitializeService 인터페이스

정의

애플리케이션 생성 중에 초기화된 서비스를 나타냅니다.

public interface class IMauiInitializeService
public interface IMauiInitializeService
type IMauiInitializeService = interface
Public Interface IMauiInitializeService

설명

이 서비스는 MauiAppBuilder.Build() 메서드 중에 초기화됩니다. 루트 서비스 공급자를 사용하여 애플리케이션당 한 번 실행됩니다.

메서드

Initialize(IServiceProvider)

애플리케이션 생성 중에 초기화된 서비스를 나타냅니다.

적용 대상