This topic has not yet been rated - Rate this topic

SimpleMonikerResolver.ProcessAddedElement Method

Checks to see if 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 (in microsoft.visualstudio.modeling.dll)

public virtual bool ProcessAddedElement (
	ModelElement mel
)
public boolean ProcessAddedElement (
	ModelElement mel
)
public function ProcessAddedElement (
	mel : ModelElement
) : boolean

Parameters

mel

The element that was created during deserialization.

Return Value

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.