GraphPathSerializationDictionary.Remove, méthode (KeyValuePair<String, String>)
Supprime la première occurrence d'un objet spécifique de System.Collections.Generic.ICollection.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function Remove ( _
item As KeyValuePair(Of String, String) _
) As Boolean
public bool Remove(
KeyValuePair<string, string> item
)
public:
virtual bool Remove(
KeyValuePair<String^, String^> item
) sealed
abstract Remove :
item:KeyValuePair<string, string> -> bool
override Remove :
item:KeyValuePair<string, string> -> bool
public final function Remove(
item : KeyValuePair<String, String>
) : boolean
Paramètres
item
Type : KeyValuePair<String, String>L'objet à supprimer depuis System.Collections.Generic.ICollection.
Valeur de retour
Type : Boolean
True si l'élément a été correctement supprimé de System.Collections.Generic.ICollection ; sinon, false.Cette méthode retourne également la valeur false si l'élément est introuvable dans System.Collections.Generic.ICollection d'origine.
Implémentations
ICollection.Remove(UTP)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.