ListField.GetAccessibleChildCount(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.