问题
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