SimpleMonikerResolver::ProcessAddedElement Method (ModelElement^)
Visual Studio 2015
Checks to verify whether an element that was created during deserialization has been processed and its moniker added to the lookup table.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- mel
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The element that was created during deserialization.
Return Value
Type: System::Booleantrue if the element is processed and its moniker is added to the lookup table; otherwise, false.
This method is called when a new model element is processed during the deserialization transaction.
If a moniker has already been created for an element, the moniker cannot be monikerized.
Show: