Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a copy of the element in the model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Function Copy As ModelElement
'Usage
Dim instance As ModelElement
Dim returnValue As ModelElement
returnValue = instance.Copy()
public ModelElement Copy()
public:
ModelElement^ Copy()
public function Copy() : ModelElement
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
The copy of the ModelElement.
.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.