AsyncPostBackTriggerEventNameConverter.GetStandardValuesExclusive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示从 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
格式上下文。
返回
如果从 true
返回的 TypeConverter.StandardValuesCollection 是可能值的穷举列表,则为 GetStandardValues(ITypeDescriptorContext);如果还可能有其他值,则为 false
。 默认实现返回 false
。