LinkArea.LinkAreaConverter.GetPropertiesSupported Метод

Определение

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

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

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

Boolean

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

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