Konstruktor DiagramItem — (LinkShape, LineSegment, AnchorPoint)
Inicjuje nowe wystąpienie klasy DiagramItem do reprezentowania określonej AnchorPoint.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Diagrams
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Składnia
'Deklaracja
Public Sub New ( _
shape As LinkShape, _
segment As LineSegment, _
anchorPoint As AnchorPoint _
)
public DiagramItem(
LinkShape shape,
LineSegment segment,
AnchorPoint anchorPoint
)
Parametry
- shape
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
Element nadrzędny ShapeElement LineSegment.Nie może być zerowy.
- segment
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment, która będzie reprezentować to DiagramItem.Nie może być zerowy.
- anchorPoint
Typ: Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
Punkt kontrolny, która będzie reprezentować to DiagramItem.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.