WorkflowDebuggerSteppingAttribute Class
.NET Framework 3.0
Specifies the debug stepping behavior for composite activities whose child activities can execute concurrently.
Namespace: System.Workflow.Runtime.DebugEngine
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
Assembly: System.Workflow.Runtime (in system.workflow.runtime.dll)
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed class WorkflowDebuggerSteppingAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true) */ public final class WorkflowDebuggerSteppingAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true) public final class WorkflowDebuggerSteppingAttribute extends Attribute
Not applicable.
This attribute is used by workflow debugger to determine the order of debugging for child activities that can execute concurrently. This is to allow you to either keep the focus on one branch of your composite activity, or shift back and forth between the concurrently executing child activities.
This attribute should decorate the composite activity, not the child activities.
System.Object
System.Attribute
System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute
System.Attribute
System.Workflow.Runtime.DebugEngine.WorkflowDebuggerSteppingAttribute
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: