TagList.Remove(KeyValuePair<String,Object>) Yöntem

Tanım

belirli bir nesnenin ilk oluşumunu öğesinden TagListkaldırır.

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

Parametreler

item
KeyValuePair<String,Object>

dosyasından TagListkaldırılacak etiket.

Döndürülenler

true başarıyla kaldırılırsa; kaldırılmazsa item , false. Bu yöntem, içinde TagListbulunamazsa item da döndürürfalse.

Uygulamalar

Şunlara uygulanır