BreakpointTypes Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
An enumeration that represents types of breakpoints.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Activities.Design
Assembly: System.Activities.Design (in System.Activities.Design.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration BreakpointTypes
'Usage
Dim instance As BreakpointTypes
[FlagsAttribute]
public enum BreakpointTypes
[FlagsAttribute]
public enum class BreakpointTypes
public enum BreakpointTypes
[<FlagsAttribute>]
type BreakpointTypes
Members
Member name | Description | |
---|---|---|
None | No breakpoint is set. | |
Enabled | The breakpoint is enabled. | |
Bounded | Represents a bounded breakpoint, which implements the where and when of breaking at a desired point in a program. | |
Conditional | Represents a conditional breakpoint, which is an expression that is evaluated to determine whether the breakpoint will occur. |
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4