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.
Implements
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา