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

Definition

Removes the first occurrence of a specific object from the 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

Parameters

item
KeyValuePair<String,Object>

The tag to remove from the TagList.

Returns

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the TagList.

Implements

Applies to