Aracılığıyla paylaş


ColorConverter.GetStandardValues(ITypeDescriptorContext) Yöntem

Tanım

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 dönüştürücüsü çağrılmakta olan ortam hakkında ek bilgi ayıklamak için bu nesneyi kullanın. Her zaman bu değerin nullolup olmadığını denetleyin. Ayrıca, bağlam nesnesinde özellikler döndürebilir null.

Döndürülenler

Veya standart bir geçerli değer kümesi içeren null bir koleksiyon. Varsayılan uygulama her zaman döndürür null.

Şunlara uygulanır