次の方法で共有


AsyncPostBackTriggerEventNameConverter.GetStandardValues メソッド

定義

指定された書式指定コンテキストの 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

このコンバーターの呼び出し元の環境に関する詳しい情報を提供するために使用できる、書式指定コンテキスト オブジェクト。 このパラメーターまたはそのプロパティには、null を指定できます。

戻り値

TypeConverter.StandardValuesCollection

現在のコンテナーにあるコントロールのイベント名を表す文字列のコレクション。 コントロールが現在格納されていない場合は、メソッドから空のコレクションが返されます。 コンテキストが null、または現在コンテナーが存在しない場合は、null を返します。

適用対象