ProtoElementBase.GetPropertyAssignments(Partition) 方法

定义

获取 progenitor 元素的特性的 AttributeAssignements

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()

参数

partition
Partition

要在其中创建 PropertyAssignments 的分区。

返回

PropertyAssignment[]

元素的 PropertyAssignment 数组

适用于