IVsTypeLibraryWrapperBatchSupport.StopBatch 方法

定义

批处理完成后卸载应用程序域。 如果批处理未能按预期执行,则创建异常。

public:
 int StopBatch();
public:
 int StopBatch();
int StopBatch();
public int StopBatch ();
abstract member StopBatch : unit -> int
Public Function StopBatch () As Integer

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于