SizeFConverter.GetPropertiesSupported(ITypeDescriptorContext) Método

Definición

Devuelve si el SizeF tipo 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

objeto ITypeDescriptorContext a través del cual se puede proporcionar un contexto adicional.

Devoluciones

Siempre devuelve true.

Se aplica a