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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaração
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.ElementGroup
The 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.