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

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

Sintassi

'Dichiarazione
Public Function Remove ( _
    key As TKey _
) As Boolean
public bool Remove(
    TKey key
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

IDictionary<TKey, TValue>.Remove(TKey)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Overload Remove

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI