TagList.Remove(KeyValuePair<String,Object>) メソッド

定義

特定のオブジェクトが 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

パラメーター

item
KeyValuePair<String,Object>

から TagList削除するタグ。

戻り値

item が正常に削除された場合は true。それ以外の場合は false。 このメソッドは、falseitem に見つからなかった場合にも TagList を返します。

実装

適用対象