Share via


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)

Syntax

'Declaration
ReadOnly Property ConditionType As dbgBreakpointConditionType
    Get
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
    dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType
function get ConditionType () : dbgBreakpointConditionType

Property Value

Type: EnvDTE.dbgBreakpointConditionType
One of the dbgBreakpointConditionType values.

Implements

Breakpoint2.ConditionType

Remarks

See ConditionType.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

ConditionType Overload

EnvDTE90a Namespace