共用方式為


Breakpoint3.ConditionType 屬性

取得中斷點的條件類型,為 true 時中斷,或是變更時中斷。

命名空間:  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 命名空間