BooleanConverter.GetStandardValues(ITypeDescriptorContext) Méthode

Définition

Obtient une collection de valeurs standard pour le type de données booléen.

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

Paramètres

context
ITypeDescriptorContext

Qui ITypeDescriptorContext fournit un contexte de format.

Retours

Qui TypeConverter.StandardValuesCollection contient un ensemble standard de valeurs valides.

Remarques

Le type de données booléen a deux valeurs standard et truefalse.

S’applique à