PresentationElement.MergeConfigure Method
Not used for presentation elements.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Sub MergeConfigure ( _
elementGroup As ElementGroup _
)
protected override sealed void MergeConfigure(
ElementGroup elementGroup
)
protected:
virtual void MergeConfigure(
ElementGroup^ elementGroup
) override sealed
abstract MergeConfigure :
elementGroup:ElementGroup -> unit
override MergeConfigure :
elementGroup:ElementGroup -> unit
protected override final function MergeConfigure(
elementGroup : ElementGroup
)
Parameters
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
Remarks
This method is not called for presentation elements during a merge. For more information about
.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.