Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Syntax
'Declaration
Private Function System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity>.GetEnumerator As IEnumerator(Of Activity) Implements IEnumerable(Of Activity).GetEnumerator
'Usage
Dim instance As ActivityCollection
Dim returnValue As IEnumerator(Of Activity)
returnValue = CType(instance, IEnumerable(Of Activity)).GetEnumerator
IEnumerator<Activity> IEnumerable<Activity>.GetEnumerator ()
private:
virtual IEnumerator<Activity^>^ System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity>.GetEnumerator () sealed = IEnumerable<Activity^>::GetEnumerator
Not applicable.
Platforms
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
ActivityCollection Class
ActivityCollection Members
System.Workflow.ComponentModel Namespace