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

实现

适用于