ImageConverter.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

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

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

Данный метод возвращает true, если следует вызвать метод GetProperties для поиска свойств данного объекта.

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