ControlPropertyNameConverter.GetStandardValues(ITypeDescriptorContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
書式指定コンテキストが指定されている場合、IDesignerHost を実装するデザイナー内のコントロールのプロパティ名のコレクションを返します。
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。 現在のコントロールが null
の場合は、空のコレクションが返されます。
context
パラメーターが null
の場合は、null
が返されます。
注釈
メソッドは GetStandardValues 、 TypeConverter.StandardValuesCollection 現在のコントロールのプロパティの名前を表す文字列のセットを含むコレクションを返します。
パラメーターを context
使用して、このコンバーターの呼び出し元のデザイン時環境に関する追加情報を抽出します。 このパラメーターには を指定 null
でき、コンテキスト オブジェクトの プロパティは を返 null
すことができます。 パラメーターが の場合、 context
このメソッドは null
を返します null
。
適用対象
こちらもご覧ください
.NET