IMauiInitializeScopedService 接口

定义

表示在窗口构造过程中初始化的服务。

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

注解

此服务在创建窗口期间初始化。 它使用窗口范围的服务提供程序在每个窗口执行一次。

方法

Initialize(IServiceProvider)

表示在窗口构造过程中初始化的服务。

适用于