LinkArea.LinkAreaConverter.GetCreateInstanceSupported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if changing a value on this object should require a call to CreateInstance(ITypeDescriptorContext, IDictionary) to create a new value.
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
Parameters
- context
- ITypeDescriptorContext
A type descriptor through which additional context may be provided.
Returns
Returns true
if CreateInstance(ITypeDescriptorContext, IDictionary) should be called when a change is made to one or more properties of this object.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.