ActivityBindTypeConverter.GetStandardValues(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的上下文返回数据类型的标准值的 ActivityBind 集合。
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 格式上下文的上下文。
返回
TypeConverter.StandardValuesCollection,如果数据类型不支持标准值集,则保存标准的有效值集或 null 引用(Visual Basic 中的 Nothing)。
注解
context 可用于提取有关从中调用此转换器的环境的其他信息。
context 或者通过它提供的任何属性可以是 null 引用(Nothing)。