ElementListCompartment.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:
override void GetItemDrawInfo(Microsoft::VisualStudio::Modeling::Diagrams::ListField ^ listField, int row, Microsoft::VisualStudio::Modeling::Diagrams::ItemDrawInfo ^ itemDrawInfo);
public override void GetItemDrawInfo (Microsoft.VisualStudio.Modeling.Diagrams.ListField listField, int row, Microsoft.VisualStudio.Modeling.Diagrams.ItemDrawInfo itemDrawInfo);
override this.GetItemDrawInfo : Microsoft.VisualStudio.Modeling.Diagrams.ListField * int * Microsoft.VisualStudio.Modeling.Diagrams.ItemDrawInfo -> unit
Public Overrides 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.