ShapeField.GetAccessibleChildCount(ShapeElement) Method

Definition

Retrieves the number of accessible children belonging to this ShapeField.

public:
 virtual int GetAccessibleChildCount(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual int GetAccessibleChildCount (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetAccessibleChildCount : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> int
override this.GetAccessibleChildCount : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> int
Public Overridable 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