Aracılığıyla paylaş


EnumConverter.GetStandardValues(ITypeDescriptorContext) Yöntem

Tanım

Bu doğrulayıcının tasarlandığı 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 veya null veri türü standart bir değer kümesini desteklemiyorsa.

Açıklamalar

parametresi, context bu dönüştürücün çağrıldığı ortam hakkında ek bilgi ayıklamak için kullanılabilir. Bu olabilir null, bu nedenle her zaman kontrol edin. Ayrıca, bağlam nesnesinde özellikler döndürebilir null.

Not

sabit listesi'nin olarak ayarlanmış false olarak BrowsableAttribute işaretlenen alanları döndürülmeyecek.

Şunlara uygulanır

Ayrıca bkz.