Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
store As Store, _
field As ToggleButtonField, _
position As ShapeDecoratorPosition _
)
'使用
Dim store As Store
Dim field As ToggleButtonField
Dim position As ShapeDecoratorPosition
Dim instance As New ExpandCollapseDecorator(store, field, _
position)
public ExpandCollapseDecorator(
Store store,
ToggleButtonField field,
ShapeDecoratorPosition position
)
public:
ExpandCollapseDecorator(
Store^ store,
ToggleButtonField^ field,
ShapeDecoratorPosition position
)
public function ExpandCollapseDecorator(
store : Store,
field : ToggleButtonField,
position : ShapeDecoratorPosition
)
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExpandCollapseDecorator Members