本文介绍了如何使用C#和COM处理已打开的Word文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
所以我正在使用CodedUI测试在我正在测试的Word插件上进行一些播放。我需要在文档中的对象中添加asertions。我知道如何使用COM和C#执行此操作的基础知识,但我如何使用已在桌面上打开的word文档。
所以我知道如何使用COM和C#打开文档,但播放打开word文档,所以当我添加手动编码测试时,我需要访问打开的文档...我该怎么做? div class ="h2_lin">解决方案
So I'm using a CodedUI test to do some playback on a Word addon I'm testing. I need to add asertions to objects in the document. I know the basics of how to do this with COM and C# but how can I work with a word document thats already opened on the desktop. So I know how to open a document using COM and C# but the playback opens the word document so when I'm adding the manual coded test I need to access that opened document...how can I do this?
解决方案
这篇关于如何使用C#和COM处理已打开的Word文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!