IDesignerDebugView.CurrentContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented in a derived class, gets or sets the scope of execution within 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
Property Value
The starting point location for execution within the source file.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.