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 命名空间