DebuggerService.SelectedLocation Property

Definition

Gets the currently selected location from the designer.

public:
 property System::Activities::Debugger::SourceLocation ^ SelectedLocation { System::Activities::Debugger::SourceLocation ^ get(); };
public System.Activities.Debugger.SourceLocation SelectedLocation { get; }
member this.SelectedLocation : System.Activities.Debugger.SourceLocation
Public ReadOnly Property SelectedLocation As SourceLocation

Property Value

The position in the source file that is currently selected.

Implements

Applies to