ExpandCollapseDecorator 构造函数 (Store, ToggleButtonField, ShapeDecoratorPosition, Boolean)
构造新的 ExpandCollapseDecorator。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Sub New ( _
store As Store, _
field As ToggleButtonField, _
position As ShapeDecoratorPosition, _
canMove As Boolean _
)
public ExpandCollapseDecorator(
Store store,
ToggleButtonField field,
ShapeDecoratorPosition position,
bool canMove
)
参数
- store
类型:Microsoft.VisualStudio.Modeling.Store
存储包含将承载此修饰器的形状。
- field
类型:Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField
ShapeField 由一个修饰器使用了。
- position
类型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeDecoratorPosition
修饰器位置。
- canMove
类型:System.Boolean
此修饰器是否可以移动。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。