dbgBreakpointConditionType
(EnvDTE.dbgBreakpointConditionType)
Inherits:
System.Enum
Interfaces:
IComparable, IFormattable, IConvertible
Derived Types:
0
Assembly:
envdte.dll
For conditional breakpoints. Indicates a break when the condition is true, or when it has changed. Used by the ConditionType property in the Breakpoint object and by the Add method in the Breakpoints collection.
VB.NET
C#
|
VB.NET
Public Enum Structure dbgBreakpointConditionType
Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum
Articles