EntityCollection.OutlineCodeEntity 属性

大纲代码实体类型获取元数据。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public ReadOnly Property OutlineCodeEntity As Entity
    Get
用法
Dim instance As EntityCollection
Dim value As Entity

value = instance.OutlineCodeEntity
public Entity OutlineCodeEntity { get; }

属性值

类型:Microsoft.Office.Project.Server.Library.Entity

备注

使用EntityCollection.Entities.OutlineCodeEntity.UniqueId来获取在 PSI 方法中使用的大纲代码实体的 GUID。

示例

下面的代码获取的大纲代码实体的 GUID。

using PSLibrary = Microsoft.Office.Project.Server.Library;
. . .
string outlineCodeEntity = PSLibrary.EntityCollection.Entities.OutlineCodeEntity.UniqueId;
Guid outlineCodeEntityUid = new Guid(outlineCodeEntity);

另请参阅

引用

EntityCollection 类

EntityCollection 成员

Microsoft.Office.Project.Server.Library 命名空间