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.