ImageIndexConverter.GetStandardValues(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的格式上下文相关联的图像列表的标准索引值集合。
public:
override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection
参数
- context
- ITypeDescriptorContext
提供格式上下文的 ITypeDescriptorContext,它可用于提取有关从中调用此类型转换器的环境的附加信息。 此参数或其属性可以为 null
。
返回
包含标准有效索引值集的 TypeConverter.StandardValuesCollection。 如果未找到任何图像列表,则此集合将包含值为 -1 的单个对象。
注解
返回与参数属性关联的 ITypeDescriptorContext.Instance 图像列表的 context
索引值的集合。 如果未找到, ImageList 则组件父级将搜索此类列表。
通常, GetStandardValuesSupported 在尝试使用 GetStandardValues 和 GetStandardValuesExclusive 方法之前调用该方法。