PointConverter.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 ha de llamar a GetProperties(ITypeDescriptorContext, Object, Attribute[]) para buscar las propiedades de este objeto; en caso contrario, false.

Se aplica a