DebuggerService.CurrentContext Propriedade
Definição
Obtém ou define o escopo de execução atual no arquivo de origem.Gets or sets the current scope of execution in the source file.
public:
property System::Activities::Debugger::SourceLocation ^ CurrentContext { System::Activities::Debugger::SourceLocation ^ get(); void set(System::Activities::Debugger::SourceLocation ^ value); };
public System.Activities.Debugger.SourceLocation CurrentContext { get; set; }
member this.CurrentContext : System.Activities.Debugger.SourceLocation with get, set
Public Property CurrentContext As SourceLocation
Valor da propriedade
Uma posição no arquivo de origem que marca o início da execução.A position in the source file that marks the start of execution.