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를 반환합니다.

구현

적용 대상