Accessing Custom Properties for a Microsoft Project Project in C#

J

John Svazic

Hi,

I'm trying to create an Add-In for MS Project and I want to be able to
read some custom properties out from the Project. I'm using the Office
Interop module that came with MS Project, and there is a property in
the Microsoft.Office.Interop.MSProject.Project object called
CustomDocumentProperties which returns me an object, but this object is
a System.__ComObject, which doesn't really help me very much.

Can anyone help me out here? How can I retrieve a custom property by
name in C# using this Interop library?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top