SizeFConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Devuelve si el tipo SizeF admite propiedades.

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

Interfaz ITypeDescriptorContext mediante la cual se puede proporcionar un contexto adicional.

Devoluciones

Siempre devuelve true.

Se aplica a