次の方法で共有


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

注釈

PSI メソッドで使用するアウトライン コード エンティティの GUID を取得するには、 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 名前空間