How do you associate custom metadata to an MS Office file and have it persist even after the file closes In VSTO?

冷暖自知 提交于 2019-12-25 01:13:47

问题


I need to store metadata about a Microsoft office file and have it persist even after the file is closed and re-opened. I am using VSTO 2007 and writing an addon for Microsoft Office ribbon. How can this be done?


回答1:


If your metadata looks like a few key/value pairs, you could use Custom Properties.



来源:https://stackoverflow.com/questions/6889738/how-do-you-associate-custom-metadata-to-an-ms-office-file-and-have-it-persist-ev

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!