IListFieldContainer Interface

 

Defines methods for the parent shape of the ListField.

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

public interface class IListFieldContainer

NameDescription
System_CAPS_pubpropertySnakingInfo

NameDescription
System_CAPS_pubmethodGetItemCount(ListField^)

Gets the number of items in the specified list field.

System_CAPS_pubmethodGetItemDrawInfo(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.

Return to top
Show: