ModelElement Constructor (Partition^, array<PropertyAssignment^>^)
Visual Studio 2015
Initializes a new instance of the ModelElement class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected: ModelElement( Partition^ partition, array<PropertyAssignment^>^ propertyAssignments )
Parameters
- partition
-
Type:
Microsoft.VisualStudio.Modeling::Partition^
The Partition of the store where the element is to be created.
- propertyAssignments
-
Type:
array<Microsoft.VisualStudio.Modeling::PropertyAssignment^>^
An array of new element property assignments.
Show: