ShapeField::GetAccessibleChildCount Method (ShapeElement^)

 

Gets the number of Accessibility objects that are assigned to the parent shape field and its child shape fields.

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

public:
virtual int GetAccessibleChildCount(
	ShapeElement^ parentShape
)

Parameters

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

The shape element to which the shape field is assigned.

Return Value

Type: System::Int32

The number of Accessibility objects that are assigned to the parent shape field and its child shape fields.

Return to top
Show: