MergeElementGroupEventArgs Constructor
Initializes a new instance of the MergeEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
targetElement As ModelElement, _
elementGroupPrototype As ElementGroupPrototype, _
elementGroup As ElementGroup _
)
public MergeElementGroupEventArgs(
ModelElement targetElement,
ElementGroupPrototype elementGroupPrototype,
ElementGroup elementGroup
)
public:
MergeElementGroupEventArgs(
ModelElement^ targetElement,
ElementGroupPrototype^ elementGroupPrototype,
ElementGroup^ elementGroup
)
new :
targetElement:ModelElement *
elementGroupPrototype:ElementGroupPrototype *
elementGroup:ElementGroup -> MergeElementGroupEventArgs
public function MergeElementGroupEventArgs(
targetElement : ModelElement,
elementGroupPrototype : ElementGroupPrototype,
elementGroup : ElementGroup
)
Parameters
- targetElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
- elementGroupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
.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.