ImageList.ImageCollection.RemoveByKey(String) 方法

定义

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

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

参数

key
String

要从集合中移除的图像的键。

注解

键比较不区分大小写。 映像的名称对应于它在 中的 ImageList.ImageCollection键。

适用于