IDesignerDebugView Interface
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.
Provides functionality for an activity designer debugger view.
public interface class IDesignerDebugView
public interface IDesignerDebugView
type IDesignerDebugView = interface
Public Interface IDesignerDebugView
- Derived
Properties
CurrentContext |
When implemented in a derived class, gets or sets the scope of execution within the source file. |
CurrentLocation |
When implemented in a derived class, gets or sets the current location of execution in a file being processed by the debugger. |
HideSourceFileName |
Gets or sets a value that indicates whether the Xaml source file name should be hidden. |
IsDebugging |
When implemented in a derived class, gets or sets a value that indicates whether debugging is enabled. |
SelectedLocation |
When implemented in a derived class, gets the selected SourceLocation. |
Methods
DeleteBreakpoint(SourceLocation) |
When implemented in a derived class, removes a breakpoint at the specified location in the source file. |
EnsureVisible(SourceLocation) |
Ensures that the IDesignerDebugView is visible. |
GetBreakpointLocations() |
When implemented in a derived class, returns a list of currently set breakpoint location-and-type pairs. |
GetExactLocation(SourceLocation) |
When implemented in a derived class, returns an exact location in a source file based upon an approximate location. |
InsertBreakpoint(SourceLocation, BreakpointTypes) |
When implemented in a derived class, places a breakpoint at the specified location in a file. |
ResetBreakpoints() |
When implemented in a derived class, resets the position of the breakpoint in a file. |
UpdateBreakpoint(SourceLocation, BreakpointTypes) |
When implemented in a derived class, updates the type of the breakpoint at a specified location in a file. |