LinkArea.LinkAreaConverter.GetPropertiesSupported 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

Descriptor de tipos mediante el que se puede proporcionar contexto adicional.

Devoluciones

Boolean

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

Se aplica a