Sdílet prostřednictvím


GraphPathSerializationDictionary.Remove – metoda (KeyValuePair<String, String>)

Odebere první výskyt určitého objektu z System.Collections.Generic.ICollection.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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

Parametry

  • item
    Typ: KeyValuePair<String, String>

    Objekt odebrat z System.Collections.Generic.ICollection.

Vrácená hodnota

Typ: Boolean
True pokud položka byla úspěšně odebrána ze System.Collections.Generic.ICollection; v ostatních případech NEPRAVDA.Tato metoda vrátí také false Pokud zboží nebylo nalezeno v původní System.Collections.Generic.ICollection.

Implementuje

ICollection.Remove(UTP)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphPathSerializationDictionary Třída

Remove – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů