ModelElement(Partition, PropertyAssignment[]) Constructor

Definition

Constructor.

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

Parameters

partition
Partition

Partition of the store where element is to be created.

propertyAssignments
PropertyAssignment[]

New element property assignments.

Applies to