次の方法で共有


MauiHandlersCollectionExtensions クラス

定義

public ref class MauiHandlersCollectionExtensions abstract sealed
public static class MauiHandlersCollectionExtensions
type MauiHandlersCollectionExtensions = class
Public Module MauiHandlersCollectionExtensions
継承
MauiHandlersCollectionExtensions

メソッド

AddHandler(IMauiHandlersCollection, Type, Type)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

AddHandler<TType,TTypeRender>(IMauiHandlersCollection)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

AddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

TryAddHandler(IMauiHandlersCollection, Type, Type)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

TryAddHandler<TType,TTypeRender>(IMauiHandlersCollection)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

TryAddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>)

AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。

適用対象