DataControlReferenceIDConverter.GetStandardValues メソッド

定義

使用可能なコントロール値のコレクションを返します。

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

この型コンバーターにコンテキスト情報を提供するオブジェクト。

戻り値

使用可能なコントロールの名前を格納しているコレクション。

注釈

メソッドは DataControlReferenceIDConverter.GetStandardValues 、変換できるコントロールのセットを取得します。 で有効なデータ型である オブジェクトを含む インスタンスを作成 TypeConverter.StandardValuesCollection します context

適用対象