SimpleMonikerResolver.ProcessAddedElement(ModelElement) 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.
This method is called when an added model element is being processed at the end of deserialization transaction.
public:
virtual bool ProcessAddedElement(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
public virtual bool ProcessAddedElement (Microsoft.VisualStudio.Modeling.ModelElement mel);
abstract member ProcessAddedElement : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.ProcessAddedElement : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overridable Function ProcessAddedElement (mel As ModelElement) As Boolean
Parameters
- mel
- ModelElement
A model element created during deserialization
Returns
True if the model element is processed and its moniker is added into the lookup table. This method returns false if a moniker has already been recorded for the model element or if it cannot be monikerized.