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
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType with get
function get ConditionType () : dbgBreakpointConditionType
Property Value
Type: EnvDTE.dbgBreakpointConditionType
One of the dbgBreakpointConditionType values.
Remarks
See ConditionType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.