次の方法で共有


NullableBoolConverter.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

コンテナーやプロパティ記述子などの、コンポーネントに関するコンテキスト情報を提供します。

戻り値

TypeConverter.StandardValuesCollection

有効値の標準セットが格納されているコレクション。 この実装の場合、有効な値は truefalse、および null です。

注釈

この context コンバーターでは使用されず、 null..

適用対象