次の方法で共有


RootComponent.Parameters プロパティ

定義

ルート コンポーネントに渡すパラメーターの省略可能なディクショナリを取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Parameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<string,object?>? Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Parameters As IDictionary(Of String, Object)

プロパティ値

適用対象