Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Merges (i.e., pastes or drops) the ElementGroupPrototype from the IDataObject to the target ModelElement.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overridable Sub Merge ( _
targetElement As ModelElement, _
data As IDataObject _
)
public virtual void Merge(
ModelElement targetElement,
IDataObject data
)
public:
virtual void Merge(
ModelElement^ targetElement,
IDataObject^ data
)
abstract Merge :
targetElement:ModelElement *
data:IDataObject -> unit
override Merge :
targetElement:ModelElement *
data:IDataObject -> unit
public function Merge(
targetElement : ModelElement,
data : IDataObject
)
Parameters
targetElement
Type: Microsoft.VisualStudio.Modeling.ModelElementThe ModelElement that is the target for the ElementGroupPrototype.
data
Type: IDataObjectThe IDataObject potentially containing the ElementGroupPrototype.
.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.