DataSourceCacheDurationConverter.GetStandardValuesSupported 方法

定义

使用指定的上下文,指定 DataSourceCacheDurationConverter 对象是否支持可从列表中选取的标准值集。

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

参数

context
ITypeDescriptorContext

一个 ITypeDescriptorContext,用于提供格式上下文。

返回

Boolean

在所有情况下均为 true

注解

DataSourceCacheDurationConverter 对象始终返回 true 以指示 GetStandardValues 应调用该方法以查找转换器支持的常见值集。

适用于