TagList.Remove(KeyValuePair<String,Object>) Metoda

Definice

Odebere první výskyt konkrétního objektu z objektu TagList.

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item);
public bool Remove (System.Collections.Generic.KeyValuePair<string,object?> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Public Function Remove (item As KeyValuePair(Of String, Object)) As Boolean

Parametry

item
KeyValuePair<String,Object>

Značka, která se má odebrat z objektu TagList.

Návraty

true pokud item se úspěšně odebrala, falsev opačném případě . Tato metoda také vrátí false , pokud item nebyla nalezena TagListv souboru .

Implementuje

Platí pro