IListFieldContainer Interface
Visual Studio 2015
Defines methods for the parent shape of the ListField.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | SnakingInfo |
| Name | Description | |
|---|---|---|
![]() | GetItemCount(ListField^) | Gets the number of items in the specified list field. |
![]() | GetItemDrawInfo(ListField^, Int32, ItemDrawInfo^) | Gets drawing information for a single list item in the list field. |
Implement this interface on any ShapeElement that will host a ListField. The ListField will call these methods to get list item information for hit-testing and drawing.
Show:

