AnchorPoint::GetAccessibilityObject Method (LinkShape^, LineSegment^, DiagramClientView^)
Visual Studio 2015
Gets the AccessibleObject assigned to the AnchorPoint.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
AccessibleObject^ GetAccessibilityObject(
LinkShape^ linkShape,
LineSegment^ segment,
DiagramClientView^ diagramClientView
)
Parameters
- linkShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^
The LinkShape that the AnchorPoint belongs to.
- segment
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LineSegment^
The LineSegment that the AnchorPoint belongs to.
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view the accessible object is for.
Return Value
Type: System.Windows.Forms::AccessibleObject^Gets the AccessibleObject that is assigned to the AnchorPoint.
Show: