MauiHandlersCollectionExtensions.AddHandler メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddHandler(IMauiHandlersCollection, Type, Type) |
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。 |
AddHandler<TType,TTypeRender>(IMauiHandlersCollection) |
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。 |
AddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>) |
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。 |
AddHandler(IMauiHandlersCollection, Type, Type)
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ AddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection, Type ^ viewType, Type ^ handlerType);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection AddHandler (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection, Type viewType, Type handlerType);
static member AddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection * Type * Type -> Microsoft.Maui.Hosting.IMauiHandlersCollection
<Extension()>
Public Function AddHandler (handlersCollection As IMauiHandlersCollection, viewType As Type, handlerType As Type) As IMauiHandlersCollection
パラメーター
- handlersCollection
- IMauiHandlersCollection
要素コレクション
- viewType
- Type
登録するビューの種類
- handlerType
- Type
要素を表すハンドラー型
戻り値
ハンドラー コレクション
適用対象
AddHandler<TType,TTypeRender>(IMauiHandlersCollection)
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。
public:
generic <typename TType, typename TTypeRender>
where TType : Microsoft::Maui::IElement where TTypeRender : Microsoft::Maui::IElementHandler[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ AddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection AddHandler<TType,TTypeRender> (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection) where TType : Microsoft.Maui.IElement where TTypeRender : Microsoft.Maui.IElementHandler;
static member AddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection -> Microsoft.Maui.Hosting.IMauiHandlersCollection (requires 'ype :> Microsoft.Maui.IElement and 'ypeRender :> Microsoft.Maui.IElementHandler)
<Extension()>
Public Function AddHandler(Of TType As IElement, TTypeRender As IElement) (handlersCollection As IMauiHandlersCollection) As IMauiHandlersCollection
型パラメーター
- TType
登録する要素の型
- TTypeRender
要素を表すハンドラー型
パラメーター
- handlersCollection
- IMauiHandlersCollection
ハンドラー コレクション
戻り値
ハンドラー コレクション
適用対象
AddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>)
AddTransient を使用して、基になるサービス コンテナーにハンドラーを登録します。
public:
generic <typename TType>
where TType : Microsoft::Maui::IElement[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::IMauiHandlersCollection ^ AddHandler(Microsoft::Maui::Hosting::IMauiHandlersCollection ^ handlersCollection, Func<IServiceProvider ^, Microsoft::Maui::IElementHandler ^> ^ handlerImplementationFactory);
public static Microsoft.Maui.Hosting.IMauiHandlersCollection AddHandler<TType> (this Microsoft.Maui.Hosting.IMauiHandlersCollection handlersCollection, Func<IServiceProvider,Microsoft.Maui.IElementHandler> handlerImplementationFactory) where TType : Microsoft.Maui.IElement;
static member AddHandler : Microsoft.Maui.Hosting.IMauiHandlersCollection * Func<IServiceProvider, Microsoft.Maui.IElementHandler> -> Microsoft.Maui.Hosting.IMauiHandlersCollection (requires 'ype :> Microsoft.Maui.IElement)
<Extension()>
Public Function AddHandler(Of TType As IElement) (handlersCollection As IMauiHandlersCollection, handlerImplementationFactory As Func(Of IServiceProvider, IElementHandler)) As IMauiHandlersCollection
型パラメーター
- TType
登録する要素の型
パラメーター
- handlersCollection
- IMauiHandlersCollection
ハンドラー コレクション
- handlerImplementationFactory
- Func<IServiceProvider,IElementHandler>
ハンドラーを作成するファクトリ メソッド
戻り値
ハンドラー コレクション
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI