Share via


ReferenceConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Yöntem

Tanım

'den GetStandardValues(ITypeDescriptorContext) döndürülen standart değerler listesinin özel kullanım listesi olup olmadığını belirten bir değer 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

trueTypeConverter.StandardValuesCollection çünkü döndürülen GetStandardValues(ITypeDescriptorContext) olası değerlerin kapsamlı bir listesidir. Bu yöntem hiçbir zaman döndürmez false.

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.

Şunlara uygulanır