次の方法で共有


ControlPropertyNameConverter.GetStandardValues(ITypeDescriptorContext) メソッド

定義

書式指定コンテキストが指定されている場合、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 が返されます。

注釈

メソッドは GetStandardValuesTypeConverter.StandardValuesCollection 現在のコントロールのプロパティの名前を表す文字列のセットを含むコレクションを返します。

パラメーターを context 使用して、このコンバーターの呼び出し元のデザイン時環境に関する追加情報を抽出します。 このパラメーターには を指定 nullでき、コンテキスト オブジェクトの プロパティは を返 nullすことができます。 パラメーターが の場合、 context このメソッドは nullを返します null

適用対象

こちらもご覧ください