ListCompartment.GetItemDrawInfo(ListField, Int32, ItemDrawInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets drawing information for a single list item in the list field.
public:
abstract void GetItemDrawInfo(Microsoft::VisualStudio::Modeling::Diagrams::ListField ^ listField, int row, Microsoft::VisualStudio::Modeling::Diagrams::ItemDrawInfo ^ itemDrawInfo);
public abstract void GetItemDrawInfo (Microsoft.VisualStudio.Modeling.Diagrams.ListField listField, int row, Microsoft.VisualStudio.Modeling.Diagrams.ItemDrawInfo itemDrawInfo);
abstract member GetItemDrawInfo : Microsoft.VisualStudio.Modeling.Diagrams.ListField * int * Microsoft.VisualStudio.Modeling.Diagrams.ItemDrawInfo -> unit
Public MustOverride Sub GetItemDrawInfo (listField As ListField, row As Integer, itemDrawInfo As ItemDrawInfo)
Parameters
- listField
- ListField
The child list field requesting the drawing information.
- row
- Int32
The zero-based row number of the list item to draw.
- itemDrawInfo
- ItemDrawInfo
An ItemDrawInfo that receives the drawing information.