ListField.GetItemCount Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Function GetItemCount ( _
    parentShape As ShapeElement _
) As Integer
'使用
Dim instance As ListField
Dim parentShape As ShapeElement
Dim returnValue As Integer

returnValue = instance.GetItemCount(parentShape)
public int GetItemCount(
    ShapeElement parentShape
)
public:
int GetItemCount(
    ShapeElement^ parentShape
)
public function GetItemCount(
    parentShape : ShapeElement
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace