AttachmentCollection.RemoveAt(Int32) メソッド

定義

コレクション内の指定したインデックス (場所) にある添付ファイルを削除します。

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

パラメーター

index
Int32

コレクションから削除する添付ファイルのインデックス。

適用対象