DataSourceViewSchemaConverter.GetStandardValuesSupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示在指定的上下文内,此转换器是否返回一组可以分配给控件属性的值。
public:
override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean
参数
- context
- ITypeDescriptorContext
可用于获取附加上下文信息的 ITypeDescriptorContext 实现。
返回
如果此转换器返回一组可以分配给关联控件属性的值,则返回 true
;否则返回 false
。
注解
GetStandardValuesSupported方法指示转换器是否支持通过 GetStandardValues 方法返回可用值的列表。
GetStandardValuesSupported如果指定的 context
对象在其 Instance 属性中提供IDataSourceViewSchemaAccessor实现,则 对象的 方法DataSourceViewSchemaConverter将返回 true
。 方法 GetStandardValues 使用 IDataSourceViewSchemaAccessor 实现从关联的数据源架构检索可用字段的列表。