DecoratorHostShape 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| DecoratorHostShape(Partition, PropertyAssignment[]) |
构造函数 |
| DecoratorHostShape(Store, PropertyAssignment[]) |
构造函数 |
DecoratorHostShape(Partition, PropertyAssignment[])
构造函数
public:
DecoratorHostShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DecoratorHostShape (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape
Public Sub New (partition As Partition, ParamArray propertyAssignments As PropertyAssignment())
参数
- partition
- Partition
要在其中创建新元素的分区。
- propertyAssignments
- PropertyAssignment[]
创建元素后要设置的域属性 id/值对的列表。
适用于
DecoratorHostShape(Store, PropertyAssignment[])
构造函数
public:
DecoratorHostShape(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DecoratorHostShape (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.DecoratorHostShape
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())
参数
- store
- Store
要在其中创建新元素的存储区。
- propertyAssignments
- PropertyAssignment[]
创建元素后要设置的域属性 id/值对的列表。