ClosureFindAndRelateElementOperation.CopiedTargetElement Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property CopiedTargetElement As ModelElement
'Usage
Dim instance As ClosureFindAndRelateElementOperation
Dim value As ModelElement
value = instance.CopiedTargetElement
instance.CopiedTargetElement = value
public ModelElement CopiedTargetElement { get; set; }
public:
property ModelElement^ CopiedTargetElement {
ModelElement^ get ();
void set (ModelElement^ value);
}
public function get CopiedTargetElement () : ModelElement
public function set CopiedTargetElement (value : ModelElement)
Property Value
Type: Microsoft.VisualStudio.Modeling.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.
See Also
Reference
ClosureFindAndRelateElementOperation Class