Compartir a través de


ShellNavigationQueryParameters.Add Método

Definición

Sobrecargas

Add(KeyValuePair<String,Object>)
Add(String, Object)

Add(KeyValuePair<String,Object>)

Source:
ShellNavigationQueryParameters.cs
Source:
ShellNavigationQueryParameters.cs
public:
 virtual void Add(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item);
public void Add (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (item As KeyValuePair(Of String, Object))

Parámetros

Implementaciones

Se aplica a

Add(String, Object)

Source:
ShellNavigationQueryParameters.cs
Source:
ShellNavigationQueryParameters.cs
public:
 virtual void Add(System::String ^ key, System::Object ^ value);
public void Add (string key, object value);
abstract member Add : string * obj -> unit
override this.Add : string * obj -> unit
Public Sub Add (key As String, value As Object)

Parámetros

key
String
value
Object

Implementaciones

Se aplica a