次の方法で共有


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、コンバーターがサポートする一般的な値のセットをGetStandardValues見つけるためにメソッドを呼び出す必要があることを常に示すために戻trueります。

適用対象