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; }
パラメーター
- index
型: System.Int32
プロパティ値
型: Microsoft.Office.Project.Server.Library.Entity