ShellNavigationQueryParameters Classe

Définition

public ref class ShellNavigationQueryParameters : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public class ShellNavigationQueryParameters : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>
type ShellNavigationQueryParameters = class
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Class ShellNavigationQueryParameters
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
Héritage
ShellNavigationQueryParameters
Implémente

Constructeurs

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

Propriétés

Count
IsReadOnly
Item[String]
Keys
Values

Méthodes

Add(KeyValuePair<String,Object>)
Add(String, Object)
Clear()
Contains(KeyValuePair<String,Object>)
ContainsKey(String)
CopyTo(KeyValuePair<String,Object>[], Int32)
GetEnumerator()
Remove(KeyValuePair<String,Object>)
Remove(String)
TryGetValue(String, Object)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

S’applique à