Breakpoint3.Condition 属性

获取触发断点的条件。

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

语法

声明
ReadOnly Property Condition As String
string Condition { get; }
property String^ Condition {
    String^ get ();
}
abstract Condition : string with get
function get Condition () : String

属性值

类型:String
一个包含触发断点的条件的字符串。

备注

请参见Condition

.NET Framework 安全性

请参阅

参考

Breakpoint3 接口

EnvDTE90a 命名空间