Skip to content

Commit

Permalink
doc: 更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
uyoufu committed Aug 1, 2022
1 parent 469786d commit e2a7d81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ internal class PluginAddin : MSTest_Addin
}

// 在这个方法中释放资源
public override void Unloaded() { }
public override void Unloaded()
{
// 当插件重载时,可以在此处卸载上一次加载的事件
}

// Run 方法自动调用
protected override int Run(string[] commandLine)
Expand Down

0 comments on commit e2a7d81

Please sign in to comment.