NullableBoolConverter.GetStandardValuesExclusive 方法

定义

返回从 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

提供有关组件的上下文信息,如其容器和属性描述符。

返回

Boolean

此实现始终返回 true

注解

此转换器不使用该 context 转换器,可以是 null

适用于