ListItemSubField, constructeur (Int32, Int32, Int32)
Initialise une nouvelle instance de la classe de ListItemSubField.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
row As Integer, _
column As Integer, _
rowsPerColumn As Integer _
)
public ListItemSubField(
int row,
int column,
int rowsPerColumn
)
Paramètres
- row
Type : System.Int32
- column
Type : System.Int32
- rowsPerColumn
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.