ImageKeyConverter.GetStandardValues(ITypeDescriptorContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンテキストに関連付けられているイメージ リストの標準イメージ キーのコレクションを返します。
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 空のコレクションを返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET