DiagramElementMap(Partition, PropertyAssignment[]) Constructor

Definition

Constructor.

protected:
 DiagramElementMap(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
protected DiagramElementMap (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap
Protected Sub New (partition As Partition, propertyAssignments As PropertyAssignment())

Parameters

partition
Partition

Partition where new element is to be created.

propertyAssignments
PropertyAssignment[]

List of domain property id/value pairs to set once the element is created.

Applies to