Breakpoint3::ConditionType Property

 

Gets the condition type of the breakpoint, which can be either break when true, or break when it is changed.

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

property dbgBreakpointConditionType ConditionType {
	dbgBreakpointConditionType get();
}

Property Value

Type: EnvDTE::dbgBreakpointConditionType

One of the dbgBreakpointConditionType values.

Return to top
Show: