DslDefinitionModelSerializationBehaviorMonikerResolver.ProcessAddedElement 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:
override bool ProcessAddedElement(Microsoft::VisualStudio::Modeling::ModelElement ^ mel);
public override bool ProcessAddedElement (Microsoft.VisualStudio.Modeling.ModelElement mel);
override this.ProcessAddedElement : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overrides 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.