Breakpoint3.ConditionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.