Breakpoint::ConditionType Property

 

Indicates whether the condition type will break the program execution when true or break when changed.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property dbgBreakpointConditionType ConditionType {
	dbgBreakpointConditionType get();
}

See Breakpoint Condition dialog box for more information.

The following example demonstrates how to use the ConditionType property.

No code example is currently available or this language may not be supported.
Return to top
Show: