BinaryLinkShapeBase.Disconnect Method
This member overrides LinkShape.Disconnect().
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides Sub Disconnect
'Usage
Dim instance As BinaryLinkShapeBase
instance.Disconnect()
public override void Disconnect()
public:
virtual void Disconnect() override
public override function Disconnect()
Remarks
Removes the ElementLink relationships to the NodeShapes at both ends.
.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
Microsoft.VisualStudio.Modeling.Diagrams Namespace
ElementLink