ActivityCollection.System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf Method
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration
Private Function System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf ( _
item As Activity _
) As Integer Implements IList(Of Activity).IndexOf
'Usage
Dim instance As ActivityCollection
Dim item As Activity
Dim returnValue As Integer
returnValue = CType(instance, IList(Of Activity)).IndexOf(item)
C#
int IList<Activity>.IndexOf (
Activity item
)
private:
virtual int System.Collections.Generic.IList<System.Workflow.ComponentModel.Activity>.IndexOf (
Activity^ item
) sealed = IList<Activity^>::IndexOf
Not applicable.
- item
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 3.0
ActivityCollection Class
ActivityCollection Members
System.Workflow.ComponentModel Namespace