EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Yöntem

Tanım

Döndürülen standart değerler listesinin belirtilen bağlamı kullanan özel bir liste olup olmadığını belirten bir değer GetStandardValues() alır.

public:
 override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext? context);
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean

Parametreler

context
ITypeDescriptorContext

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

Döndürülenler

truedöndürülen TypeConverter.StandardValuesCollection olası GetStandardValues() değerlerin kapsamlı bir listesiyse; false diğer değerler mümkünse.

Açıklamalar

parametresi, context bu dönüştürücüye çağrılan 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.

Şunlara uygulanır

Ayrıca bkz.