FontUnitConverter.GetStandardValuesExclusive(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的格式上下文返回 TypeConverter.StandardValuesCollection 方法返回的 GetStandardValues(ITypeDescriptorContext) 是否为独占的值列表。
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,提供有关类型转换器上下文的信息。
返回
所有情况下均为 false
。
注解
GetStandardValuesExclusive使用 方法可确定方法返回的 GetStandardValues 是否System.ComponentModel.TypeConverter.StandardValuesCollection为值的独占列表。 此方法被重写为始终返回 false
以指示值列表不是排他列表。