ShellNavigationQueryParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ShellNavigationQueryParameters() | |
ShellNavigationQueryParameters(IDictionary<String,Object>) | |
ShellNavigationQueryParameters(IEnumerable<KeyValuePair<String,Object>>) |
ShellNavigationQueryParameters()
public:
ShellNavigationQueryParameters();
public ShellNavigationQueryParameters ();
Public Sub New ()
適用対象
ShellNavigationQueryParameters(IDictionary<String,Object>)
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>>)
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)))
パラメーター
- collection
- IEnumerable<KeyValuePair<String,Object>>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI