Metodo HybridDictionary<TKey, TValue>.Add (TKey, TValue)

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Sub Add ( _
    key As TKey, _
    value As TValue _
)
public void Add(
    TKey key,
    TValue value
)

Parametri

Implementa

IDictionary<TKey, TValue>.Add(TKey, TValue)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Overload Add

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI