PostBackTriggerControlIDConverter.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。