CursorConverter.GetStandardValues(ITypeDescriptorContext) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu doğrulayıcının tasarlandığı veri türü için bir dizi standart değer içeren bir koleksiyonu alır. Bu, veri türü standart bir değer kümesini desteklemiyorsa döndürülecektir null
.
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çimlendirici bağlamı. Bu nesne, dönüştürücüsü çağrılmakta olan ortam hakkında ek bilgi ayıklamak için kullanılabilir. Bu olabilir null
, bu nedenle her zaman denetlemeniz gerekir. Ayrıca bağlam nesnesinde bulunan özellikler de döndürebilir null
.
Döndürülenler
Standart bir geçerli değer null
kümesi veya içeren bir koleksiyon. Varsayılan uygulama her zaman döndürür null
.