DataSourceCacheDurationConverter.GetStandardValuesExclusive 方法

定义

使用指定的上下文,指定从 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,用于提供格式上下文。

返回

Boolean

在所有情况下均为 false

注解

DataSourceCacheDurationConverter 类始终返回 false 以指示 TypeConverter.StandardValuesCollection 从方法返回的 GetStandardValues 集合不是可能值的详尽列表。

适用于