共用方式為


PropertyCollection.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 Property
    Get
'用途
Dim instance As PropertyCollection
Dim index As Integer
Dim value As [Property]

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

參數

屬性值

類型:Microsoft.Office.Project.Server.Library.Property

請參閱

參照

PropertyCollection 類別

PropertyCollection 成員

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