CommandValues Class
.NET Framework (current version)
A command interface that is used for integration of Windows Workflow Designer actions (for example, context menu) with custom-provided implementation—that is, property browser service, debugging service, and so on.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DeleteBreakpoint | The command to delete a breakpoint. |
![]() ![]() | DisableBreakpoint | The command to disable a breakpoint. |
![]() ![]() | EnableBreakpoint | The command to enable a breakpoint. |
![]() ![]() | InsertBreakpoint | The command to insert a breakpoint. |
![]() ![]() | ShowProperties | Opens the Visual Studio Property Grid to show the properties. |
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

