ShapeElement::GetAccessibilityObject Method (DiagramClientView^)

 

Gets the accessible object that is assigned to the shape.

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(
	DiagramClientView^ diagramClientView
)

Parameters

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

The client view for the diagram.

Return Value

Type: System.Windows.Forms::AccessibleObject^

The accessible object that is assigned to the shape.

Return to top
Show: