共用方式為


MimePartCollection.Remove(MimePart) 方法

定義

MimePart 中移除指定 MimePartCollection 的第一個符合項目。

public:
 void Remove(System::Web::Services::Description::MimePart ^ mimePart);
public void Remove (System.Web.Services.Description.MimePart mimePart);
member this.Remove : System.Web.Services.Description.MimePart -> unit
Public Sub Remove (mimePart As MimePart)

參數

mimePart
MimePart

要從集合中移除的 MimePart

範例

下列範例示範 方法的 Remove 一般用法。

MimePartCollection_8#8

備註

此方法會執行線性搜尋;因此,平均執行時間會與 Count 成正比。

移除後的專案 MimePart 會向上移動,以佔用空的現成位置。

適用於