Condividi tramite


IDesignerDebugView.CurrentLocation Proprietà

Definizione

Se implementata in una classe derivata, ottiene o imposta la posizione corrente di esecuzione in un file elaborato dal 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

Valore della proprietà

SourceLocation

La posizione corrente di esecuzione in un file elaborato dal debugger.

Si applica a