Breakpoint::Condition Property
Visual Studio 2015
Specifies the condition for the breakpoint.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::String^A string representing the breakpoint condition for the property.
A condition is an optional property that determines whether your program breaks when the breakpoint is reached. This condition is specified in the Breakpoint Condition dialog box.
The returned string is usually an expression used to determine when a breakpoint is hit.
Show: