Diagram.ReparentSwimlaneChild Method
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Overridable Sub ReparentSwimlaneChild ( _
child As NodeShape, _
newParent As SwimlaneShape, _
ghostShapes As GhostShapeCollection, _
ghostShape As GhostShape, _
proposedLocationDelta As PointD _
)
protected virtual void ReparentSwimlaneChild(
NodeShape child,
SwimlaneShape newParent,
GhostShapeCollection ghostShapes,
GhostShape ghostShape,
PointD proposedLocationDelta
)
protected:
virtual void ReparentSwimlaneChild(
NodeShape^ child,
SwimlaneShape^ newParent,
GhostShapeCollection^ ghostShapes,
GhostShape^ ghostShape,
PointD proposedLocationDelta
)
abstract ReparentSwimlaneChild :
child:NodeShape *
newParent:SwimlaneShape *
ghostShapes:GhostShapeCollection *
ghostShape:GhostShape *
proposedLocationDelta:PointD -> unit
override ReparentSwimlaneChild :
child:NodeShape *
newParent:SwimlaneShape *
ghostShapes:GhostShapeCollection *
ghostShape:GhostShape *
proposedLocationDelta:PointD -> unit
protected function ReparentSwimlaneChild(
child : NodeShape,
newParent : SwimlaneShape,
ghostShapes : GhostShapeCollection,
ghostShape : GhostShape,
proposedLocationDelta : PointD
)
Parameters
- newParent
Type: Microsoft.VisualStudio.Modeling.Diagrams.SwimlaneShape
- ghostShapes
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
- ghostShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShape
- proposedLocationDelta
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
.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.