다음을 통해 공유


IMauiInitializeScopedService 인터페이스

정의

창 생성 중에 초기화된 서비스를 나타냅니다.

public interface class IMauiInitializeScopedService
public interface IMauiInitializeScopedService
type IMauiInitializeScopedService = interface
Public Interface IMauiInitializeScopedService

설명

이 서비스는 창을 만드는 동안 초기화됩니다. 창 범위 서비스 공급자를 사용하여 창당 한 번 실행됩니다.

메서드

Initialize(IServiceProvider)

창 생성 중에 초기화된 서비스를 나타냅니다.

적용 대상