MoveableDecoratorHostShape 构造函数

定义

重载

MoveableDecoratorHostShape(Partition, PropertyAssignment[])

构造函数

MoveableDecoratorHostShape(Store, PropertyAssignment[])

构造函数

MoveableDecoratorHostShape(Partition, PropertyAssignment[])

构造函数

public:
 MoveableDecoratorHostShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public MoveableDecoratorHostShape (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape
Public Sub New (partition As Partition, ParamArray propertyAssignments As PropertyAssignment())

参数

partition
Partition

要在其中创建新元素的分区。

propertyAssignments
PropertyAssignment[]

创建元素后要设置的域属性 id/值对的列表。

适用于

MoveableDecoratorHostShape(Store, PropertyAssignment[])

构造函数

public:
 MoveableDecoratorHostShape(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public MoveableDecoratorHostShape (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.MoveableDecoratorHostShape
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())

参数

store
Store

要在其中创建新元素的存储区。

propertyAssignments
PropertyAssignment[]

创建元素后要设置的域属性 id/值对的列表。

适用于