RootComponent.Parameters Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional dictionary of parameters to pass to the root component.
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, setPublic Property Parameters As IDictionary(Of String, Object)