ImageKeyConverter.GetStandardValues(ITypeDescriptorContext) メソッド

定義

指定したコンテキストに関連付けられているイメージ リストの標準イメージ キーのコレクションを返します。

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

パラメーター

context
ITypeDescriptorContext

書式コンテキストを提供する ITypeDescriptorContext。これを使用すると、この型コンバーターが呼び出されている環境についての追加情報を抽出できます。 このパラメーターまたはこのパラメーターのプロパティには、null を指定できます。

戻り値

イメージ キーの標準値セットを格納している TypeConverter.StandardValuesCollection

注釈

イメージ リストが見つからず、 ImageKeyConverter が標準値としてサポート null されている場合、 GetStandardValues メソッドは 1 つの空の文字列を含むコレクションを返します。 イメージ リストが見つからず、 null 標準値としてサポートされていない場合は、 GetStandardValues 空のコレクションを返します。

適用対象