ListCompartment(Partition, PropertyAssignment[]) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Constructeur.
protected:
ListCompartment(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
protected ListCompartment (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.ListCompartment
Protected Sub New (partition As Partition, propertyAssignments As PropertyAssignment())
Paramètres
- partition
- Partition
Partition dans laquelle un nouvel élément doit être créé.
- propertyAssignments
- PropertyAssignment[]
Liste des ID de propriété de domaine/paires de valeurs à définir une fois que l'élément est créé.