GraphPathSerializationDictionary.Remove (Método) (KeyValuePair<String, String>)

Quita la primera aparición de un objeto específico de System.Collections.Generic.ICollection.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean
True si el elemento se ha quitado correctamente de System.Collections.Generic.ICollection; de lo contrario, false.Este método también devuelve false si el elemento no se encuentra el objeto System.Collections.Generic.ICollection original.

Implementaciones

ICollection<T>.Remove(T)

Seguridad de .NET Framework

Vea también

Referencia

GraphPathSerializationDictionary Clase

Remove (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)