ImageList.ImageCollection.SetKeyName(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为集合中的图像设置键。
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 图像键不区分大小写。