DotNetParameter.InsertArrayElement
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
DotNetParameter.InsertArrayElement
Syntax
DotNetParameter.InsertArrayElement( index)
Purpose
Inserts an element into an array at the specified index.
Remarks
Call this method only on array parameters. Use the DotNetParameter.Flags property to determine whether a parameter is an array.
This method is valid only for one-dimensional array parameters. Use DotNetParameter.ArrayDimensionsEx to determine the number of array dimensions.
Parameters
index As Long
[In] Specifies the zero-based index that specifies the location where to insert the element.
See Also
DotNetParameter.ArrayDimensionsEx