FieldID 元素

在 OutlineCode 中,FieldID 是项目 ID (字段编号,或大纲代码的 PID) 。

在 ExtendedAttribute 中,它对应于本地自定义字段 (Text1、Text2、Duration1、Duration2 等) 的枚举值。

<FieldID>
  IntegerValue
</FieldID>

父元素

OutlineCodeExtendedAttributeEnterpriseExtendedAttribute

出现次数

最小值:0

最大值:1

备注

不应使用 FieldID 来标识多个项目或 Microsoft Office Project 版本的唯一性。

对于企业自定义字段,FieldID 的整数值是十六进制企业自定义字段元素名称的等效项。 例如,如果企业资源自定义字段元素为 c408005,则 fieldID 值205553669。 有关详细信息,请参阅 c408000 - c417fff Elements

对于本地自定义字段,FieldID 对应于 PjCustomField 枚举值。 例如,FieldID 188743731与 PjCustomField 枚举中的 pjCustomTaskText1 值匹配。

注意

PjCustomField 文档中当前缺少 FieldID 的某些值。 但是,可以在 Project Visual Basic 编辑器的“对象浏览器”中找到所有枚举值, (VBE) 。 例如,FieldID 205521019 适用于 pjCustomResourceCost1。

另请参阅

概念

OutlineCode 元素和 XML 结构

OutlineCodes 元素 XML 架构

ExtendedAttribute 元素和 XML 结构

ExtendedAttributes 元素 XML 架构

其他资源

PjCustomField 枚举