Metoda DiagramItem.SetItem — (LinkShape, LineSegment, AnchorPoint)
Ustaw DiagramItem do reprezentowania punktu kontrolnego określonego LineSegment
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 SetItem ( _
shape As LinkShape, _
segment As LineSegment, _
anchorPoint As AnchorPoint _
)
public void SetItem(
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.
- anchorPoint
Typ: Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
Punkt kontrolny segmentu linii
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.