ListField.GetAccessibleChildCount(ShapeElement) Method

Definition

Retrieves the number of accessible children belonging to this ShapeField.

public:
 override int GetAccessibleChildCount(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override int GetAccessibleChildCount (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.GetAccessibleChildCount : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> int
Public Overrides Function GetAccessibleChildCount (parentShape As ShapeElement) As Integer

Parameters

parentShape
ShapeElement

The ShapeElement that contains this ShapeField.

Returns

The number of accessible children belonging to this ShapeField.

Applies to