IDesignerDebugView.CurrentLocation Свойство

Определение

При реализации в производном классе получает или задает текущее местоположение выполнения в файле, обрабатываемом отладчиком.

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

Значение свойства

SourceLocation

Текущее местоположение выполнения в файле, обрабатываемом отладчиком.

Применяется к