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

格式上下文。

返回

true TypeConverter.StandardValuesCollection如果方法GetStandardValues(ITypeDescriptorContext)返回的对象提供了可能值的完整列表,则为 如果可能,则为 false。 默认值为 false

适用于