次の方法で共有


EntityCollection.ConstraintEntity プロパティ

制約エンティティ型のメタデータを取得します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public ReadOnly Property ConstraintEntity As Entity
    Get
'使用
Dim instance As EntityCollection
Dim value As Entity

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

プロパティ値

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

注釈

PSI メソッドで使用するためには、割り当てエンティティの GUID を取得するには、 EntityCollection.Entities.ConstraintEntity.UniqueIdを使用します。

次のコードでは、制約エンティティの GUID を取得します。

using PSLibrary = Microsoft.Office.Project.Server.Library;
. . .
string constraintEntity = PSLibrary.EntityCollection.Entities.ConstraintEntity.UniqueId;
Guid constraintEntityUid = new Guid(constraintEntity);

関連項目

参照先

EntityCollection クラス

EntityCollection メンバー

Microsoft.Office.Project.Server.Library 名前空間