次の方法で共有


PropertyCollection.Item プロパティ

コレクション内の 1 つのプロパティを取得します。

名前空間:  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

関連項目

参照先

PropertyCollection クラス

PropertyCollection メンバー

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