RectangleConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Determina si este objeto admite propiedades. De manera predeterminada, será false.

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

Parámetros

context
ITypeDescriptorContext

A ITypeDescriptorContext través del cual se puede proporcionar contexto adicional.

Devoluciones

Este método devuelve true si GetProperties(ITypeDescriptorContext, Object, Attribute[]) se debe llamar a para buscar las propiedades de este objeto; de lo contrario, false.

Se aplica a