Metodo HybridDictionary<TKey, TValue>.Remove (KeyValuePair<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 Function Remove ( _
    item As KeyValuePair(Of TKey, TValue) _
) As Boolean
public bool Remove(
    KeyValuePair<TKey, TValue> item
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

ICollection<T>.Remove(T)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Overload Remove

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI