ShapeField.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:
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.