次の方法で共有


EntityCollection.Item プロパティ

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

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

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As Entity
    Get
'使用
Dim instance As EntityCollection
Dim index As Integer
Dim value As Entity

value = instance.Item(index)
public Entity this[
    int index
] { get; }

パラメーター

プロパティ値

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

関連項目

参照先

EntityCollection クラス

EntityCollection メンバー

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