Is it possible to programmatically clear the Output Window in Visual Studio?

前端 未结 4 1078
执念已碎
执念已碎 2021-01-17 16:14

Do you know a way to add some code that, during debug, programmatically clear the Output Window in Visual Studio?

Or do you know so

4条回答
  •  既然无缘
    2021-01-17 16:26

    the output window feature is documented here, some guys are talking about how to access the output window here, so i think you can clear it progamatically.

提交回复
热议问题