DslDefinitionModelSerializationBehaviorMonikerResolver.ProcessAddedElement Method

Definition

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.

Applies to