共用方式為


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