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

如果从 TypeConverter.StandardValuesCollection 方法返回的 GetStandardValues(ITypeDescriptorContext) 对象提供一个完整的可能值列表,则为 true;如果还可能有其他值,则为 false。 默认值为 false

适用于