SimpleMonikerResolver::ProcessAddedElement Method (ModelElement^)

 

Checks to verify whether an element that was created during deserialization has been processed and its moniker added to the lookup table.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual bool ProcessAddedElement(
	ModelElement^ mel
)

Parameters

mel
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The element that was created during deserialization.

Return Value

Type: System::Boolean

true 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.

Return to top
Show: