获取 MS Project 文件的显示字段
我需要通过 C# 获取 MS 项目文件中使用的字段。 我的程序需要让用户选择其中一个或多个,我不想提供所有字段(text1、text2、number1,...),而是提供显示在项目文件作为“开始日期”、“结束日期”以及用户为项目文件创建的自定义字段。
有人有想法吗?
我使用COM对象。
I need to get the field used in a MS project file by C#.
My program need to provide users to choose one or many of them and I don't want to provide ALL the fileds (text1, text2, number1, ...) but the field that are displayed in the project file as "Start date", "End Date" and custom fields created by the users for the project file.
Does anyone have an idea?
I use COM object.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了我的解决方案。
我可以通过任务名称访问任务的字段:
I found my solution.
I can access to the fields of a task by its name with: