ListItemSubField Constructors
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.
Overloads
ListItemSubField(Int32) |
Initializes a new instance of the ListItemSubField class. |
ListItemSubField(Int32, Int32, Int32) |
Initializes a new instance of the ListItemSubField class. |
ListItemSubField(Int32)
Initializes a new instance of the ListItemSubField class.
public:
ListItemSubField(int row);
public ListItemSubField (int row);
new Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField : int -> Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField
Public Sub New (row As Integer)
Parameters
- row
- Int32
The zero-based row number of the list item.
Applies to
ListItemSubField(Int32, Int32, Int32)
Initializes a new instance of the ListItemSubField class.
public:
ListItemSubField(int row, int column, int rowsPerColumn);
public ListItemSubField (int row, int column, int rowsPerColumn);
new Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField : int * int * int -> Microsoft.VisualStudio.Modeling.Diagrams.ListItemSubField
Public Sub New (row As Integer, column As Integer, rowsPerColumn As Integer)
Parameters
- row
- Int32
- column
- Int32
- rowsPerColumn
- Int32