ElementListCompartment::GetItemCount Method (ListField^)

 

Gets the number of items in the specified list field.

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

public:
virtual int GetItemCount(
	ListField^ listField
) override

Parameters

listField
Type: Microsoft.VisualStudio.Modeling.Diagrams::ListField^

The child list field requesting the number of items.

Return Value

Type: System::Int32
Return to top
Show: