IListFieldContainer::GetItemDrawInfo Method (ListField^, Int32, ItemDrawInfo^)
Visual Studio 2015
Gets drawing information for a single list item in the list field.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- listField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ListField^
The child list field requesting the drawing information.
- row
-
Type:
System::Int32
The zero-based row number of the list item to draw.
- itemDrawInfo
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ItemDrawInfo^
An ItemDrawInfo that receives the drawing information.
Show: