IComponentPropertyActivator.GetActivator(Type) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した型のコンポーネントのプロパティをアクティブにするデリゲートを取得します。
public Action<IServiceProvider,Microsoft.AspNetCore.Components.IComponent> GetActivator(Type componentType);
abstract member GetActivator : Type -> Action<IServiceProvider, Microsoft.AspNetCore.Components.IComponent>
Public Function GetActivator (componentType As Type) As Action(Of IServiceProvider, IComponent)
パラメーター
- componentType
- Type
アクティベーターを作成するコンポーネントの種類。
返品
IServiceProviderとIComponent インスタンスを受け取り、コンポーネントの挿入可能なプロパティを設定するデリゲート。