ListField.GetItemCount(ShapeElement) 方法

定义

获取此列表字段中的项数。

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

参数

parentShape
ShapeElement

此 ShapeField 所属的 ShapeElement

返回

Int32

此列表字段中的项数。

适用于