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

 

Gets the accessibility object that is assigned to the shape field.

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 parent shape of the shape field.

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

The diagram client view.

Return Value

Type: System.Windows.Forms::AccessibleObject^

The accessibility object that is assigned to the field.

Return to top
Show: