DataControlReferenceIDConverter.GetStandardValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回可用控件值的集合。
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
一个对象,该对象为此类型转换器提供上下文信息。
返回
一个集合,该集合包含可用控件的名称。
注解
方法 DataControlReferenceIDConverter.GetStandardValues 获取可转换的控件集。 它创建一个 TypeConverter.StandardValuesCollection 实例,该实例包含 属于 中的 context
有效数据类型的对象。