NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个结果,即更改此对象上的某个值是否需要调用 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
。