IDesignerDebugView 接口

定义

为活动设计器调试程序视图提供功能。

public interface class IDesignerDebugView
public interface IDesignerDebugView
type IDesignerDebugView = interface
Public Interface IDesignerDebugView
派生

属性

CurrentContext

在派生类中实现时,获取或设置源文件中的执行范围。

CurrentLocation

在派生类中实现时,获取或设置由调试器处理的文件中的当前执行位置。

HideSourceFileName

获取或设置一个值,该值指示是否应该隐藏 Xaml 源文件名。

IsDebugging

在派生类中实现时,获取或设置一个值,指示是否启用调试。

SelectedLocation

在派生类中实现时,获取选定的 SourceLocation

方法

DeleteBreakpoint(SourceLocation)

在派生类中实现时,从源文件中的指定位置处移除断点。

EnsureVisible(SourceLocation)

确保IDesignerDebugView 是可见的。

GetBreakpointLocations()

在派生类中实现时,返回当前已设置断点的位置/类型对的列表。

GetExactLocation(SourceLocation)

在派生类中实现时,基于近似位置返回源文件中的准确位置。

InsertBreakpoint(SourceLocation, BreakpointTypes)

在派生类中实现时,在文件中的指定位置处放置断点。

ResetBreakpoints()

在派生类中实现时,重置文件中的断点位置。

UpdateBreakpoint(SourceLocation, BreakpointTypes)

在派生类中实现时,更新源文件中指定位置处的断点的类型。

适用于