WebObjectType 枚举
指定的 web 对象的类型。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
<FlagsAttribute> _
Public Enumeration WebObjectType
用法
Dim instance As WebObjectType
[CLSCompliantAttribute(true)]
[FlagsAttribute]
public enum WebObjectType
成员
成员名称 | 说明 | |
---|---|---|
Project | 值 = 1。项目的 Web 对象。 | |
Task | 值 = 2。任务的 Web 对象。 | |
Document | 值 = 4。文档的 Web 对象。 | |
Issue | 值 = 8。问题的 Web 对象。 | |
Risk | 值 = 16。风险 Web 对象。 | |
Commitment | 值 = 32。承诺的 Web 对象。 | |
GenericSharePointListItem | 值 = 64。Web 对象是一般的 SharePoint 列表项。 | |
AllObjectTypes | 值 = 255。其他类型的 Web 对象。 |
备注
使用GenericSharePointListItem是Commitment、 Document、 Issue或Risk以外的任意类型的 SharePoint 列表的 web 对象。对一个 web 对象,该对象不能与其他特定类型之一中使用AllObjectTypes 。
使用WebObjectType类型的ObjectLinkProviderDataSet.WebObjectsRow对象中设置WOBJ_TYPE属性。
有关使用WebObjectType枚举的代码示例,请参见CreateWebObjectLinks。
另请参阅
引用
Microsoft.Office.Project.Server.Library 命名空间