共用方式為


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 應該呼叫 方法,以尋找轉換器支援的一組通用值。

適用於