AttachmentCollection.RemoveAt(Int32) 方法

定义

删除集合中指定索引 (位置) 的附件。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
Public Sub RemoveAt (index As Integer)

参数

index
Int32

要从集合中删除的附件的索引。

适用于