NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Метод

Определение

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

public:
 override bool GetCreateInstanceSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext? context);
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetCreateInstanceSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetCreateInstanceSupported (context As ITypeDescriptorContext) As Boolean

Параметры

context
ITypeDescriptorContext

Объект, ITypeDescriptorContext предоставляющий контекст формата.

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

true Если для изменения свойства этого объекта требуется вызов CreateInstance(IDictionary) для создания нового значения; в противном случае false.

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

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