Partager via


HybridDictionary<TKey, TValue>.Remove, méthode (KeyValuePair<TKey, TValue>)

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function Remove ( _
    item As KeyValuePair(Of TKey, TValue) _
) As Boolean
public bool Remove(
    KeyValuePair<TKey, TValue> item
)

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

ICollection<T>.Remove(T)

Sécurité .NET Framework

Voir aussi

Référence

HybridDictionary<TKey, TValue> Classe

Remove, surcharge

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms