ModelElement Constructor

Initializes a new instance of the ModelElement class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    partition As Partition, _
    propertyAssignments As PropertyAssignment() _
)
protected ModelElement(
    Partition partition,
    PropertyAssignment[] propertyAssignments
)
protected:
ModelElement(
    Partition^ partition, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        propertyAssignments:PropertyAssignment[] -> ModelElement
protected function ModelElement(
    partition : Partition, 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.VisualStudio.Modeling Namespace