ListView.ListViewItemCollection.RemoveByKey(String) 方法

定义

从集合中移除具有指定键的项。

public:
 virtual void RemoveByKey(System::String ^ key);
public virtual void RemoveByKey (string key);
abstract member RemoveByKey : string -> unit
override this.RemoveByKey : string -> unit
Public Overridable Sub RemoveByKey (key As String)

参数

key
String

要从集合中移除的项的名称。

注解

关键比较不区分大小写。 该 Name 属性对应于中某个 ListViewItem 项的 ListView.ListViewItemCollection键。

适用于