The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationParameterInfoCollection::IndexOf Method (OperationParameterInfo^)
.NET Framework (current version)
Returns the zero-based index of the first occurrence of an OperationParameterInfo object in the OperationParameterInfoCollection.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
Parameters
- item
-
Type:
System.Workflow.Activities::OperationParameterInfo^
The OperationParameterInfo to locate in the OperationParameterInfoCollection.
Return Value
Type: System::Int32An Int32 representing the zero-based index of the first occurrence of an OperationParameterInfo object in the OperationParameterInfoCollection.
.NET Framework
Available since 3.5
Available since 3.5
Show: