DiagramItem.SetItem, méthode (LinkShape, LineSegment, AnchorPoint)
Définit le DiagramItem pour représenter le point d'ancrage du LineSegment spécifié
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Public Sub SetItem ( _
shape As LinkShape, _
segment As LineSegment, _
anchorPoint As AnchorPoint _
)
public void SetItem(
LinkShape shape,
LineSegment segment,
AnchorPoint anchorPoint
)
Paramètres
- shape
Type : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
ShapeElement parent du LineSegment.Cet élément ne peut pas être null.
- segment
Type : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment que ce DiagramItem doit représenter.
- anchorPoint
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
Point d'ancrage dans le segment de ligne
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.