Diagram.ReparentSwimlaneChild, méthode
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- child
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- 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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.