共用方式為


ShellNavigationQueryParameters 建構函式

定義

多載

ShellNavigationQueryParameters()
ShellNavigationQueryParameters(IDictionary<String,Object>)
ShellNavigationQueryParameters(IEnumerable<KeyValuePair<String,Object>>)

ShellNavigationQueryParameters()

來源:
ShellNavigationQueryParameters.cs
來源:
ShellNavigationQueryParameters.cs
public:
 ShellNavigationQueryParameters();
public ShellNavigationQueryParameters ();
Public Sub New ()

適用於

ShellNavigationQueryParameters(IDictionary<String,Object>)

來源:
ShellNavigationQueryParameters.cs
來源:
ShellNavigationQueryParameters.cs
public:
 ShellNavigationQueryParameters(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ dictionary);
public ShellNavigationQueryParameters (System.Collections.Generic.IDictionary<string,object> dictionary);
new Microsoft.Maui.Controls.ShellNavigationQueryParameters : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Maui.Controls.ShellNavigationQueryParameters
Public Sub New (dictionary As IDictionary(Of String, Object))

參數

dictionary
IDictionary<String,Object>

適用於

ShellNavigationQueryParameters(IEnumerable<KeyValuePair<String,Object>>)

來源:
ShellNavigationQueryParameters.cs
來源:
ShellNavigationQueryParameters.cs
public:
 ShellNavigationQueryParameters(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ collection);
public ShellNavigationQueryParameters (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> collection);
new Microsoft.Maui.Controls.ShellNavigationQueryParameters : seq<System.Collections.Generic.KeyValuePair<string, obj>> -> Microsoft.Maui.Controls.ShellNavigationQueryParameters
Public Sub New (collection As IEnumerable(Of KeyValuePair(Of String, Object)))

參數

適用於