Share via


ProtoElementBase.GetPropertyAssignments Method

Get the AttributeAssignements for the progenitor element's attributes

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

Syntax

'Declaration
Protected Function GetPropertyAssignments ( _
    partition As Partition _
) As PropertyAssignment()
protected PropertyAssignment[] GetPropertyAssignments(
    Partition partition
)
protected:
array<PropertyAssignment^>^ GetPropertyAssignments(
    Partition^ partition
)
member GetPropertyAssignments : 
        partition:Partition -> PropertyAssignment[] 
protected function GetPropertyAssignments(
    partition : Partition
) : PropertyAssignment[]

Parameters

Return Value

Type: array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
The PropertyAssignment array for the element

.NET Framework Security

See Also

Reference

ProtoElementBase Class

Microsoft.VisualStudio.Modeling Namespace