Breakpoint3.Condition 属性

定义

获取触发断点的条件。

public:
 property System::String ^ Condition { System::String ^ get(); };
public:
 property Platform::String ^ Condition { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(109)]
public string Condition { [System.Runtime.InteropServices.DispId(109)] get; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
member this.Condition : string
Public ReadOnly Property Condition As String

属性值

String

一个包含触发断点的条件的字符串。

实现

属性

注解

请参阅 Condition

适用于