Share via


SizeConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Determina si este objeto admite propiedades. De forma predeterminada, es false.

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

Parámetros

context
ITypeDescriptorContext

TypeDescriptor mediante el cual se puede proporcionar contexto adicional.

Devoluciones

true si se debe llamar al método GetProperties(ITypeDescriptorContext, Object, Attribute[]) para buscar las propiedades de este objeto.

Se aplica a