Breakpoint3.ConditionType Property

Definition

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

public:
 property EnvDTE::dbgBreakpointConditionType ConditionType { EnvDTE::dbgBreakpointConditionType get(); };
public:
 property EnvDTE::dbgBreakpointConditionType ConditionType { EnvDTE::dbgBreakpointConditionType get(); };
[System.Runtime.InteropServices.DispId(108)]
public EnvDTE.dbgBreakpointConditionType ConditionType { [System.Runtime.InteropServices.DispId(108)] get; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
member this.ConditionType : EnvDTE.dbgBreakpointConditionType
Public ReadOnly Property ConditionType As dbgBreakpointConditionType

Property Value

One of the dbgBreakpointConditionType values.

Implements

Attributes

Remarks

See ConditionType.

Applies to