IDesignerDebugView.CurrentLocation Property

Definition

When implemented in a derived class, gets or sets the current location of execution in a file being processed by the debugger.

public:
 property System::Activities::Debugger::SourceLocation ^ CurrentLocation { System::Activities::Debugger::SourceLocation ^ get(); void set(System::Activities::Debugger::SourceLocation ^ value); };
public System.Activities.Debugger.SourceLocation CurrentLocation { get; set; }
member this.CurrentLocation : System.Activities.Debugger.SourceLocation with get, set
Public Property CurrentLocation As SourceLocation

Property Value

The current location of execution in a file being processed by the debugger.

Applies to