共用方式為


IMauiInitializeService 介面

定義

表示在應用程式建構期間初始化的服務。

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

備註

此服務會在MauiAppBuilder.Build () 方法期間初始化。 它會使用根服務提供者針對每個應用程式執行一次。

方法

Initialize(IServiceProvider)

表示在應用程式建構期間初始化的服務。

適用於