ListField.GetAccessibleChildCount(ShapeElement) 方法

定义

检索属于此 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

参数

parentShape
ShapeElement

包含此 ShapeField 的 ShapeElement。

返回

Int32

属于此 ShapeField 的可访问子级的数目。

适用于