ModelElement.MergeConfigure Method
Allows the model element to configure itself immediately after the Merge process has related it to the target element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Protected Overridable Sub MergeConfigure ( _
elementGroup As ElementGroup _
)
protected virtual void MergeConfigure(
ElementGroup elementGroup
)
protected:
virtual void MergeConfigure(
ElementGroup^ elementGroup
)
abstract MergeConfigure :
elementGroup:ElementGroup -> unit
override MergeConfigure :
elementGroup:ElementGroup -> unit
protected function MergeConfigure(
elementGroup : ElementGroup
)
Parameters
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
The group of source elements that have been added back into the target store.
Remarks
A merge operation is what happens when the user uses a tool to create a model element, or performs the paste command, or drags an element onto another. Merge combines the new or copied elements into the existing model.
Override this method to set the element’s links during the merge process.
.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
Microsoft.VisualStudio.Modeling Namespace