共用方式為


IMauiInitializeScopedService 介面

定義

表示在視窗建構期間初始化的服務。

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

備註

此服務會在建立窗口期間初始化。 它會使用視窗範圍服務提供者,針對每個窗口執行一次。

方法

Initialize(IServiceProvider)

表示在視窗建構期間初始化的服務。

適用於