DslDefinitionModelSerializationBehaviorMonikerResolver.ProcessAddedElement Method
This method is called when an added model element is being processed at the end of deserialization transaction.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Overrides Function ProcessAddedElement ( _
mel As ModelElement _
) As Boolean
public override bool ProcessAddedElement(
ModelElement mel
)
public:
virtual bool ProcessAddedElement(
ModelElement^ mel
) override
abstract ProcessAddedElement :
mel:ModelElement -> bool
override ProcessAddedElement :
mel:ModelElement -> bool
public override function ProcessAddedElement(
mel : ModelElement
) : boolean
Parameters
mel
Type: Microsoft.VisualStudio.Modeling.ModelElementA model element created during deserialization
Return Value
Type: Boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DslDefinitionModelSerializationBehaviorMonikerResolver Class