Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / DebugEngine / WorkflowDebuggerSteppingAttribute.cs / 1305376 / WorkflowDebuggerSteppingAttribute.cs
using System; namespace System.Workflow.Runtime.DebugEngine { public enum WorkflowDebuggerSteppingOption { Sequential = 0, Concurrent = 1 } [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class WorkflowDebuggerSteppingAttribute : Attribute { private WorkflowDebuggerSteppingOption steppingOption; public WorkflowDebuggerSteppingAttribute(WorkflowDebuggerSteppingOption steppingOption) { this.steppingOption = steppingOption; } public WorkflowDebuggerSteppingOption SteppingOption { get { return this.steppingOption; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; namespace System.Workflow.Runtime.DebugEngine { public enum WorkflowDebuggerSteppingOption { Sequential = 0, Concurrent = 1 } [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)] public sealed class WorkflowDebuggerSteppingAttribute : Attribute { private WorkflowDebuggerSteppingOption steppingOption; public WorkflowDebuggerSteppingAttribute(WorkflowDebuggerSteppingOption steppingOption) { this.steppingOption = steppingOption; } public WorkflowDebuggerSteppingOption SteppingOption { get { return this.steppingOption; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataControlLinkButton.cs
- ZipIOExtraFieldZip64Element.cs
- ControlBindingsCollection.cs
- Item.cs
- Configuration.cs
- Deflater.cs
- CodePropertyReferenceExpression.cs
- WS2007HttpBindingCollectionElement.cs
- Vector3D.cs
- DetailsViewPagerRow.cs
- Int32Rect.cs
- PlacementWorkspace.cs
- RoutedEvent.cs
- ByteArrayHelperWithString.cs
- PolicyVersion.cs
- ProcessStartInfo.cs
- CommentAction.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ReferenceService.cs
- ConfigurationStrings.cs
- XmlDictionary.cs
- XmlSchemaSimpleType.cs
- HMACSHA512.cs
- ProjectionPlan.cs
- MessageBox.cs
- ProfileSettingsCollection.cs
- Pair.cs
- CollectionView.cs
- Thickness.cs
- MsmqSecureHashAlgorithm.cs
- HMAC.cs
- BaseDataList.cs
- ModelFunction.cs
- XmlSchemaElement.cs
- Dump.cs
- DbQueryCommandTree.cs
- DBSchemaRow.cs
- CompilerState.cs
- XPathAncestorQuery.cs
- CapabilitiesState.cs
- MsmqChannelListenerBase.cs
- ComponentConverter.cs
- MembershipSection.cs
- ActivityDesignerLayoutSerializers.cs
- TreeWalkHelper.cs
- ExcludePathInfo.cs
- HandleCollector.cs
- SoapAttributes.cs
- ControlParameter.cs
- HierarchicalDataBoundControl.cs
- DataServiceQueryException.cs
- DataTableMapping.cs
- DataGridViewColumnEventArgs.cs
- ToolStripDropDownButton.cs
- XmlDownloadManager.cs
- RegisteredDisposeScript.cs
- ListBindableAttribute.cs
- VirtualDirectoryMapping.cs
- WorkflowElementDialog.cs
- CodeNamespaceImportCollection.cs
- RawUIStateInputReport.cs
- HtmlTableRowCollection.cs
- RadioButton.cs
- GridViewUpdatedEventArgs.cs
- SetterTriggerConditionValueConverter.cs
- ObjectAnimationUsingKeyFrames.cs
- IsolationInterop.cs
- StateMachineSubscription.cs
- DataViewSetting.cs
- WebPartPersonalization.cs
- TextBlockAutomationPeer.cs
- ParagraphVisual.cs
- ObjectSecurity.cs
- RegexWriter.cs
- CustomValidator.cs
- WizardStepBase.cs
- MetadataArtifactLoaderResource.cs
- CreateSequence.cs
- PowerEase.cs
- XmlSerializationWriter.cs
- DllHostedComPlusServiceHost.cs
- ConnectionProviderAttribute.cs
- RIPEMD160.cs
- BamlCollectionHolder.cs
- CompatibleComparer.cs
- GifBitmapEncoder.cs
- DataGridPagerStyle.cs
- pingexception.cs
- WebPartAuthorizationEventArgs.cs
- XamlPathDataSerializer.cs
- PropertyEntry.cs
- RegexStringValidator.cs
- DataGridViewSelectedColumnCollection.cs
- DataGridCellInfo.cs
- SQLDecimalStorage.cs
- ProcessModelSection.cs
- ProtectedProviderSettings.cs
- SizeAnimationUsingKeyFrames.cs
- HtmlEncodedRawTextWriter.cs
- XmlSerializerOperationFormatter.cs