SourceLocationFoundEventArgs.SourceLocation Property

Definition

Gets the specific location in a target source code file.

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

Property Value

The specific location in a target source code file.

Applies to