简体   繁体   English

绘制MS Office对象模型

[英]Diagraming MS Office Object Models

I want to visualize the various object models used by Microsoft Office, but I cannot locate a decent resource. 我想可视化Microsoft Office使用的各种对象模型,但是找不到合适的资源。

Is there a way for me to do this programmatically, or is there a good resource of up-to-date diagrams that already exists? 有没有办法让我以编程方式执行此操作,或者是否已有大量的最新图表资源?

For example, I would like to get a visual understanding of the multiple models used in Microsoft Access, such as the "Access object model," the "VBA object model," the "ADO object model," etc. 例如,我想对Microsoft Access中使用的多个模型有直观的了解,例如“ Access对象模型”,“ VBA对象模型”,“ ADO对象模型”等。

Likewise, I need to develop some Access solutions that will interact with Excel and Word (and vice-versa), so I need to grasp their object models too. 同样,我需要开发一些将与Excel和Word交互的Access解决方案(反之亦然),因此我也需要掌握它们的对象模型。

Ideally, I'd love something interactive that would allow me to search for a property/method, or collapse/expand elements in the hierarchies. 理想情况下,我喜欢交互式的东西,可以让我搜索层次结构中的属性/方法或折叠/展开元素。

On a related note, can I use VBA to generate a list of all the objects in a given model/reference, along with the objects' membership paths? 与此相关的是,我可以使用VBA生成给定模型/参考中所有对象的列表以及对象的成员资格路径吗?

I can't recall ever seeing maps, else I would have horded them by now. 我不记得曾经看过地图,否则我现在会把它们塞进去。 There are searchable and collapsible/expandable .chm help files that you can download - these are always my quick and easy goto references: 您可以下载可搜索,可折叠/可扩展的.chm帮助文件-这些始终是我快速,轻松地转到的参考:

Office 2013 VBA Documentation: https://www.microsoft.com/en-ca/download/details.aspx?id=40326 Office 2013 VBA文档: https : //www.microsoft.com/zh-cn/download/details.aspx?id=40326

(I've never seen 2016 versions) (我从未见过2016版)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM