WorkflowDesigner.DebugManagerView Property

Definition

Gets a DebuggerService that is used for run-time debugging.

public:
 property System::Activities::Presentation::Debug::IDesignerDebugView ^ DebugManagerView { System::Activities::Presentation::Debug::IDesignerDebugView ^ get(); };
public System.Activities.Presentation.Debug.IDesignerDebugView DebugManagerView { get; }
member this.DebugManagerView : System.Activities.Presentation.Debug.IDesignerDebugView
Public ReadOnly Property DebugManagerView As IDesignerDebugView

Property Value

An object that implements IDesignerDebugView.

Applies to