WorkflowMenuCommands.DebugStepInstanceMenu Field

Definition

A CommandID that can be used to access the debug step instance menu. This field is read-only.

public: static initonly System::ComponentModel::Design::CommandID ^ DebugStepInstanceMenu;
public static readonly System.ComponentModel.Design.CommandID DebugStepInstanceMenu;
 staticval mutable DebugStepInstanceMenu : System.ComponentModel.Design.CommandID
Public Shared ReadOnly DebugStepInstanceMenu As CommandID 

Field Value

Remarks

The debug step instance menu is typically used to step into an instance of an object in the debugger.

Applies to