SimpleMonikerResolver.AddNewElement(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a new element during a deserialization transaction.
public:
virtual void AddNewElement(Microsoft::VisualStudio::Modeling::ModelElement ^ newElement);
public virtual void AddNewElement (Microsoft.VisualStudio.Modeling.ModelElement newElement);
abstract member AddNewElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
override this.AddNewElement : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Overridable Sub AddNewElement (newElement As ModelElement)
Parameters
- newElement
- ModelElement