ImageList.ImageCollection.SetKeyName(Int32, String) 方法

定义

为集合中的图像设置键。

public:
 void SetKeyName(int index, System::String ^ name);
public void SetKeyName (int index, string name);
member this.SetKeyName : int * string -> unit
Public Sub SetKeyName (index As Integer, name As String)

参数

index
Int32

集合中图像的索引,此索引为从零开始。

name
String

要设置为图像键的图像名称。

例外

指定的索引小于 0 或大于等于 Count

注解

图像的名称对应于其键。ImageList.ImageCollection 图像键不区分大小写。

适用于