Breakpoint3.ConditionType 属性

获取断点的条件类型,可以为在条件为真时中断,或在条件更改时中断。

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
ReadOnly Property ConditionType As dbgBreakpointConditionType
    Get
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
    dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType
function get ConditionType () : dbgBreakpointConditionType

属性值

类型:EnvDTE.dbgBreakpointConditionType
dbgBreakpointConditionType 值之一。

实现

Breakpoint2.ConditionType

备注

请参见ConditionType

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

ConditionType 重载

EnvDTE90a 命名空间