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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Sub MergeConfigure ( _
elementGroup As ElementGroup _
)
'使用
Dim instance As IMergeElements
Dim elementGroup As ElementGroup
instance.MergeConfigure(elementGroup)
void MergeConfigure(
ElementGroup elementGroup
)
void MergeConfigure(
ElementGroup^ elementGroup
)
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
This is called by the merge process to allow this model element to configure itself immediately after the merge process has related it to the target element.
The ElementGroupPrototypeSourceContext and TargetContext bags are available in the top-level transaction Context bag when this method is invoked.
The base method on the interface does nothing.
Permissions
- 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.