共用方式為


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

備註

若要取得之實體的 GUID 大綱代碼以用於 PSI 方法使用EntityCollection.Entities.OutlineCodeEntity.UniqueId 。

範例

下列程式碼會取得大綱代碼實體的 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 命名空間