ActivityBindTypeConverter.GetStandardValuesExclusive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的上下文返回从 GetStandardValues 返回的标准值的集合是否为可能值的独占列表。
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
返回的 TypeConverter.StandardValuesCollection 是可能值的穷举列表,则为 GetStandardValues;如果还可能有其他值,则为 false
。
注解
如果该列表是独占的(如在枚举数据类型中),则其他任何值都无效。 如果该列表不是独占的,那么除 GetStandardValues 方法提供的标准值列表之外,可能还存在其他有效值。 如果这些值是独占的,则 GetStandardValues 返回的列表不应允许编辑这些值。