다음을 통해 공유


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.

반환

항목이 TagList에 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상