DiagramItem, constructeur (ShapeElement, ShapeField, ShapeSubField, LineSegment, AnchorPoint)
Initialise une nouvelle instance de la classe DiagramItem pour représenter le ShapeSubField 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 New ( _
shape As ShapeElement, _
field As ShapeField, _
subfield As ShapeSubField, _
segment As LineSegment, _
anchorPoint As AnchorPoint _
)
public DiagramItem(
ShapeElement shape,
ShapeField field,
ShapeSubField subfield,
LineSegment segment,
AnchorPoint anchorPoint
)
Paramètres
- shape
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
ShapeElement parent du ShapeSubField.Cet élément ne peut pas être null.
- field
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
ShapeField parent du ShapeSubField.Cet élément ne peut pas être null.
- subfield
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
ShapeSubField que ce DiagramItem doit représenter.
- segment
Type : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment que ce DiagramItem doit représenter.
- anchorPoint
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
Point d'ancrage de LineSegment que ce DiagramItem doit représenter
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.