ProtoElementBase.GetPropertyAssignments(Partition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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