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

實作

適用於