FontConverter.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, если для поиска свойств объекта следует вызывать метод GetPropertiesSupported(ITypeDescriptorContext), в противном случае возвращается значение false.

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