ProtoElementBase.GetPropertyAssignments(Partition) Method

Definition

Get the AttributeAssignements for the progenitor element's attributes

protected:
 cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ GetPropertyAssignments(Microsoft::VisualStudio::Modeling::Partition ^ partition);
protected Microsoft.VisualStudio.Modeling.PropertyAssignment[] GetPropertyAssignments (Microsoft.VisualStudio.Modeling.Partition partition);
member this.GetPropertyAssignments : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.PropertyAssignment[]
Protected Function GetPropertyAssignments (partition As Partition) As PropertyAssignment()

Parameters

partition
Partition

The partition to create the PropertyAssignments in.

Returns

The PropertyAssignment array for the element

Applies to