ShapeElement::GetAccessibilityObject Method (DiagramClientView^)
Visual Studio 2015
Gets the accessible object that is assigned to the shape.
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.
Show: