如何在 VB.Net 中使用 Page.getResults for Visio Automation
将我的 VB 代码迁移到 VB.net 以实现 Visio Automation。我在 Page.GetResults 中收到错误 “指定的数组不是预期的类型”。 我猜错误与变体有关,但我无法解决。
感谢您的帮助
Migrating my VB code to VB.net for Visio Automation. I am getting error in Page.GetResults
"Specified array was not of the expected type".
I guess the Error is with Variant but i could not get resolved.
Thanks for any Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您浏览此 Codeplex 项目的源代码,您将使用 Visual Studio 2010 查找 Page.GetResults 的 VB 示例。它位于名为“VS2010_VB_Samples.vb”的文件中,
我在下面包含了源代码。该示例旨在教授如何使用 API。它不是
If you browse the sourcecode of this codeplex project you'll find a VB sample for Page.GetResults using Visual Studio 2010. It's in a file called "VS2010_VB_Samples.vb"
I've included the source code below. The example is meant to teach how to use the API. It is not