Aracılığıyla paylaş


BooleanConverter.GetStandardValues(ITypeDescriptorContext) Yöntem

Tanım

Boole veri türü için standart değerler koleksiyonunu alır.

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

Parametreler

context
ITypeDescriptorContext

Biçim ITypeDescriptorContext bağlamı sağlayan.

Döndürülenler

TypeConverter.StandardValuesCollection Standart bir geçerli değer kümesini tutan bir.

Açıklamalar

Boole veri türü iki standart değere sahiptir ve false. true

Şunlara uygulanır