DotNetParameter.DeleteArrayElement
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
DotNetParameter.DeleteArrayElement
Syntax
DotNetParameter.DeleteArrayElement( index)
Purpose
Deletes an element from 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 delete the element.