SizeFConverter.GetPropertiesSupported(ITypeDescriptorContext) Метод

Определение

Возвращает значение, указывающее, поддерживает ли тип SizeF свойства.

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

Параметры

context
ITypeDescriptorContext

Объект ITypeDescriptorContext, с помощью которого может быть предоставлен дополнительный контекст.

Возвращаемое значение

Всегда возвращает значение true.

Применяется к