Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
shapeElement As LinkShape, _
segment As LineSegment, _
diagramClientView As DiagramClientView _
)
'使用
Dim shapeElement As LinkShape
Dim segment As LineSegment
Dim diagramClientView As DiagramClientView
Dim instance As New LineSegmentAccessibleObject(shapeElement, _
segment, diagramClientView)
public LineSegmentAccessibleObject(
LinkShape shapeElement,
LineSegment segment,
DiagramClientView diagramClientView
)
public:
LineSegmentAccessibleObject(
LinkShape^ shapeElement,
LineSegment^ segment,
DiagramClientView^ diagramClientView
)
public function LineSegmentAccessibleObject(
shapeElement : LinkShape,
segment : LineSegment,
diagramClientView : DiagramClientView
)
Parameters
- shapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
- diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LineSegmentAccessibleObject Class