This documentation is archived and is not being maintained.
IDesignerDebugView Interface
Visual Studio 2010
When implemented in a derived class, provides functionality for an activity designer debugger view.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The IDesignerDebugView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CurrentContext | When implemented in a derived class, sets the scope of execution within the source file. |
![]() | CurrentLocation | When implemented in a derived class, sets the current location of execution in a file being processed by the debugger. |
![]() | HideSourceFileName | Gets or sets an indication whether the Xaml source file name should be hidden. |
![]() | IsDebugging | When implemented in a derived class, sets an indicator that signals whether debugging is enabled. |
![]() | SelectedLocation | When implemented in a derived class, gets the selected SourceLocation(). |
| Name | Description | |
|---|---|---|
![]() | DeleteBreakpoint | When implemented in a derived class, removes a breakpoint at the specified location in the source file. |
![]() | GetBreakpointLocations | When implemented in a derived class, returns a list of currently set breakpoint location-and-type pairs. |
![]() | GetExactLocation | When implemented in a derived class, returns an exact location in a source file based upon an approximate location. |
![]() | InsertBreakpoint | 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 | When implemented in a derived class, updates the type of the breakpoint at a specified location in a file. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
