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; }
參數
index
類型:System.Int32集合中的項目索引。
屬性值
類型:Microsoft.Office.Project.Server.Library.Property