DataSourceViewSchemaConverter.GetStandardValuesExclusive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示此转换器是否返回一个列表,在其中包含可分配给关联的控件属性的所有可能值。
public:
override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean
参数
- context
- ITypeDescriptorContext
可用于获取附加上下文信息的 ITypeDescriptorContext 实现。
返回
如果此转换器返回一个列表,在其中包含可分配给关联的控件属性的所有可能值,则返回 true
;否则返回 false
。
注解
GetStandardValuesExclusive的 DataSourceViewSchemaConverter 方法返回 false
,指示方法返回GetStandardValues的列表不是所有可能可赋值的独占列表。