TreeViewImageIndexConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

返回与指定的格式上下文相关联的图像列表的标准索引值集合。

public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext? context);

参数

context
ITypeDescriptorContext

提供格式上下文的 ITypeDescriptorContext,它可用于提取有关从中调用此类型转换器的环境的附加信息。 此参数或其属性可以为 null

返回

包含标准有效索引值集的 TypeConverter.StandardValuesCollection。 如果未找到任何图像列表,则此集合将包含值为 -1 的单个对象。

适用于

产品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另请参阅