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

定義

タグが 内にあるかどうかを判断します TagList

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

パラメーター

item
KeyValuePair<String,Object>

内で TagList検索するタグ。

戻り値

true で項目が見つかった場合は TagList。それ以外の場合は false

実装

適用対象