IMergeElements.ChooseMergeTarget Method (ElementGroup)
Gets the element to use as the target element in the ElementGroupPrototype merge process.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Function ChooseMergeTarget ( _
elementGroup As ElementGroup _
) As ModelElement
ModelElement ChooseMergeTarget(
ElementGroup elementGroup
)
ModelElement^ ChooseMergeTarget(
ElementGroup^ elementGroup
)
abstract ChooseMergeTarget :
elementGroup:ElementGroup -> ModelElement
function ChooseMergeTarget(
elementGroup : ElementGroup
) : ModelElement
Parameters
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
The ElementGroupPrototype to merge with the target element.
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
The element to use as the target for 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.