CursorConverter.GetStandardValues(ITypeDescriptorContext) メソッド

定義

指定したコンテキストを使用して、カーソルの標準値のコレクションを取得します。

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

このコンバーターの呼び出し元の環境に関する情報を提供する書式指定コンテキスト。

戻り値

有効値の標準セットが格納されているコレクション。

注釈

このメソッドは、 のパブリック静的プロパティ Cursorsの一覧を返します。

適用対象