BooleanConverter.GetStandardValues(ITypeDescriptorContext) Metoda

Definicja

Pobiera kolekcję wartości standardowych dla typu danych logicznych.

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
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

Parametry

context
ITypeDescriptorContext

Element ITypeDescriptorContext , który udostępnia kontekst formatu.

Zwraca

Element TypeConverter.StandardValuesCollection , który zawiera standardowy zestaw prawidłowych wartości.

Uwagi

Typ danych logicznych ma dwie standardowe wartości true i false.

Dotyczy