OperationParameterInfoCollection.Insert(Int32, OperationParameterInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an OperationParameterInfo into the OperationParameterInfoCollection at the specified index.
public:
void Insert(int index, System::Workflow::Activities::OperationParameterInfo ^ item);
public void Insert (int index, System.Workflow.Activities.OperationParameterInfo item);
override this.Insert : int * System.Workflow.Activities.OperationParameterInfo -> unit
Public Sub Insert (index As Integer, item As OperationParameterInfo)
Parameters
- index
- Int32
The zero-based index at which item
should be inserted.
The OperationParameterInfo to insert.