ExpandableObjectConverter.GetPropertiesSupported Yöntem

Tanım

Bu nesnenin belirtilen bağlamı kullanarak özellikleri destekleyip desteklemediğini belirten bir değer alır.

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

Parametreler

context
ITypeDescriptorContext

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

Döndürülenler

true çünkü GetProperties(Object) bu nesnenin özelliklerini bulmak için çağrılmalıdır. 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

Ayrıca bkz.