RootComponentMappingCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
項目の RootComponentMapping コレクションを定義します。
public ref class RootComponentMappingCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>, Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type RootComponentMappingCollection = class
inherit Collection<RootComponentMapping>
type RootComponentMappingCollection = class
inherit Collection<RootComponentMapping>
interface IJSComponentConfiguration
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Implements IJSComponentConfiguration
- 継承
-
RootComponentMappingCollection
- 実装
コンストラクター
RootComponentMappingCollection() |
項目の RootComponentMapping コレクションを定義します。 |
プロパティ
JSComponents |
JavaScript がルート コンポーネントを動的に追加できるようにする構成オプションのストアを取得します。 |
メソッド
Add(Type, String, ParameterView) |
コレクションにコンポーネント マッピングを追加します。 |
Add(Type, String) |
コレクションにコンポーネント マッピングを追加します。 |
Add<TComponent>(String) |
コレクションにコンポーネント マッピングを追加します。 |
AddRange(IEnumerable<RootComponentMapping>) |
このコレクションに項目のコレクションを追加します。 |
拡張メソッド
RegisterCustomElement<TComponent>(IJSComponentConfiguration, String) |
項目の RootComponentMapping コレクションを定義します。 |
RegisterForJavaScript(IJSComponentConfiguration, Type, String, String) |
指定したコンポーネントの種類を JavaScript からのインスタンス化が許可されるようにマークします。 |
RegisterForJavaScript(IJSComponentConfiguration, Type, String) |
指定したコンポーネントの種類を JavaScript からのインスタンス化が許可されるようにマークします。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String) |
指定したコンポーネントの種類を JavaScript からのインスタンス化が許可されるようにマークします。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String) |
指定したコンポーネントの種類を JavaScript からのインスタンス化が許可されるようにマークします。 |