AnchorPoint::GetAccessibilityObject Method (LinkShape^, LineSegment^, DiagramClientView^)

 

Gets the AccessibleObject assigned to the AnchorPoint.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Gets the AccessibleObject that is assigned to the AnchorPoint.

Return to top
Show: