NullableBoolConverter.GetStandardValues(ITypeDescriptorContext) Yöntem

Tanım

Bu tür dönüştürücüsünün tasarlandığı veri türü için standart değerler koleksiyonunu döndürür.

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

Bir bileşen hakkında kapsayıcısı ve özellik tanımlayıcısı gibi bağlamsal bilgiler sağlar.

Döndürülenler

Standart bir geçerli değer kümesini tutan koleksiyon. Bu uygulama için bu değerler , trueve falsedeğerleridirnull.

Açıklamalar

context bu dönüştürücü tarafından kullanılmaz ve olabilirnull.

Şunlara uygulanır