LineSegment::GetAccessibilityObject Method (ShapeElement^, DiagramClientView^)

 

Gets the AccessibleObject assigned to the line segment.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual AccessibleObject^ GetAccessibilityObject(
	ShapeElement^ parentShape,
	DiagramClientView^ diagramClientView
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The LinkShape that contains this line segment.

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The view the accessible object is for.

Return to top
Show: