MauiAppBuilder クラス

定義

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

public ref class MauiAppBuilder sealed
public sealed class MauiAppBuilder
type MauiAppBuilder = class
Public NotInheritable Class MauiAppBuilder
継承
MauiAppBuilder

プロパティ

Configuration

作成するアプリケーションの構成プロバイダーのコレクション。 これは、新しい構成ソースとプロバイダーを追加する場合に便利です。

Logging

アプリケーションが作成するログ プロバイダーのコレクション。 これは、新しいログ プロバイダーを追加する場合に便利です。

Services

アプリケーションが作成するサービスのコレクション。 これは、ユーザーが提供するサービスまたはフレームワークによって提供されるサービスを追加する場合に便利です。

メソッド

Build()

をビルドします MauiApp

ConfigureContainer<TBuilder>(IServiceProviderFactory<TBuilder>, Action<TBuilder>)

IServiceProviderFactory<TContainerBuilder> 作成するために使用するインスタンスを登録します IServiceProvider

拡張メソッド

UseMauiCompatibility(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

UseMauiEmbeddedApp<TApp>(MauiAppBuilder, Func<IServiceProvider,TApp>)

埋め込みアプリケーションの MauiAppBuilder 種類として指定した TApp 型を使用するように構成します。

UseMauiEmbeddedApp<TApp>(MauiAppBuilder)

埋め込みアプリケーションの MauiAppBuilder 種類として指定した TApp 型を使用するように構成します。

ConfigureEffects(MauiAppBuilder, Action<IEffectsBuilder>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

UseMauiApp<TApp>(MauiAppBuilder, Func<IServiceProvider,TApp>)

指定TAppされたアプリケーションのMauiAppBuilder種類として使用するように構成します。

UseMauiApp<TApp>(MauiAppBuilder)

指定TAppされたアプリケーションのMauiAppBuilder種類として使用するように構成します。

UseMauiMaps(MauiAppBuilder)

コントロールの MauiAppBuilder サポートを追加するように構成します Map

UseMauiEmbedding<TApp>(MauiAppBuilder, Func<IServiceProvider,TApp>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

UseMauiEmbedding<TApp>(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

UseFoldable(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureAnimations(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureDispatching(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureEssentials(MauiAppBuilder, Action<IEssentialsBuilder>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureFonts(MauiAppBuilder, Action<IFontCollection>)

MauiAppBuilder指定したデリゲートconfigureDelegateを使用して、アプリケーションにフォントを登録するように構成します。

ConfigureFonts(MauiAppBuilder)

フォントを使用して構成します MauiAppBuilder

ConfigureMauiHandlers(MauiAppBuilder, Action<IMauiHandlersCollection>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureImageSources(MauiAppBuilder, Action<IImageSourceServiceCollection>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureImageSources(MauiAppBuilder)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

ConfigureLifecycleEvents(MauiAppBuilder, Action<ILifecycleBuilder>)

.NET MAUI クロスプラットフォーム アプリケーションとサービスのビルダー。

適用対象