共用方式為


AddInProcess.Shutdown 方法

定義

強制關閉外部處理序。

public:
 bool Shutdown();
public bool Shutdown ();
member this.Shutdown : unit -> bool
Public Function Shutdown () As Boolean

傳回

如果外部處理序執行中並成功關閉,則為 true,如果沒有與 AddInProcess 關聯的使用中處理序,則為 false

例外狀況

與主機應用程式在同處理序中執行的增益集。 只能對外部處理序啟動和停止處理序,無法對主機處理序。

適用於