次の方法で共有


ListItemSubField Constructors

Definition

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

Applies to