Método Diagram.ReparentSwimlaneChild
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- newParent
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.SwimlaneShape
- ghostShapes
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
- ghostShape
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.GhostShape
- proposedLocationDelta
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.