次の方法で共有


RootComponent(String, Type, IDictionary<String,Object>) コンストラクター

定義

のインスタンス RootComponentを構築します。

public:
 RootComponent(System::String ^ selector, Type ^ componentType, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public RootComponent (string selector, Type componentType, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent : string * Type * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent
Public Sub New (selector As String, componentType As Type, parameters As IDictionary(Of String, Object))

パラメーター

selector
String

ドキュメント内のコンポーネントを配置する場所を指定する CSS セレクター文字列。 これは、 内 BlazorWebViewのルート コンポーネント間で一意である必要があります。

componentType
Type

ルート コンポーネントの型。 この型は、IComponent を実装している必要があります。

parameters
IDictionary<String,Object>

ルート コンポーネントに渡すパラメーターの省略可能なディクショナリ。

適用対象