ShapeSubField::GetAccessibilityObject Method (ShapeElement^, ShapeField^, DiagramClientView^)
Visual Studio 2015
Gets the AccessibleObject assigned to the subfield.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual AccessibleObject^ GetAccessibilityObject( ShapeElement^ parentShape, ShapeField^ parentField, DiagramClientView^ diagramClientView )
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent ShapeElement of this ShapeSubField.
- parentField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
The parent ShapeField of this ShapeSubField.
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view the accessible object is for.
Return Value
Type: System.Windows.Forms::AccessibleObject^
Show: