IMergeElements.MergeConfigure Method
Allows this model element to configure itself after the merge process has related it to the target element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Sub MergeConfigure ( _
elementGroup As ElementGroup _
)
void MergeConfigure(
ElementGroup elementGroup
)
void MergeConfigure(
ElementGroup^ elementGroup
)
abstract MergeConfigure :
elementGroup:ElementGroup -> unit
function MergeConfigure(
elementGroup : ElementGroup
)
Parameters
elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroupThe group of source elements that have been added back in to the target store.
Remarks
Override this method to configure the element 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.