NullableConverter.GetPropertiesSupported(ITypeDescriptorContext) Метод

Определение

Возвращает значение, поддерживающее свойства этого объекта, используя указанный контекст.

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(Object) необходимо вызвать для поиска свойств этого объекта; в противном случае false.

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

См. также раздел