LineSegmentAccessibleObject(LinkShape, LineSegment, DiagramClientView) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FieldAccessibleObject class
public:
LineSegmentAccessibleObject(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ shapeElement, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ segment, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public LineSegmentAccessibleObject (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape shapeElement, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment segment, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
new Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentAccessibleObject : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentAccessibleObject
Public Sub New (shapeElement As LinkShape, segment As LineSegment, diagramClientView As DiagramClientView)
Parameters
- shapeElement
- LinkShape
The LinkShape that contains the LineSegment to represent.
- segment
- LineSegment
- diagramClientView
- DiagramClientView
The view the accessible object is for.