ListField.GetItemCount(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此列表字段中的项数。
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
返回
此列表字段中的项数。