RectangleConverter.GetPropertiesSupported(ITypeDescriptorContext) Метод

Определение

Определяет, поддерживает ли объект свойства. По умолчанию используется значение 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

Параметры

context
ITypeDescriptorContext

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

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

Данный метод возвращает значение true, если для поиска свойств объекта следует вызывать метод GetProperties(ITypeDescriptorContext, Object, Attribute[]); в противном случае возвращается значение false.

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