OutputMessages.Remove
- 更新时间2025-07-21
- 阅读时长1分钟
OutputMessages.Remove
Syntax
OutputMessages.Remove( index)
Purpose
Removes the specified item from this collection, if it exists.
Remarks
This method releases only the reference to the OutputMessage object the collection holds. To delete the OutputMessage object, you must release all other references.
Parameters
index As Long
[In] Specifies the zero-based index of the item to remove.