IListFieldContainer::GetItemDrawInfo Method (ListField^, Int32, ItemDrawInfo^)

 

Gets drawing information for a single list item in the list field.

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

void GetItemDrawInfo(
	ListField^ listField,
	int row,
	ItemDrawInfo^ itemDrawInfo
)

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.

Return to top
Show: