次の方法で共有


PropertyCollection.GetProperty メソッド

指定した識別子を持つプロパティを取得します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public Function GetProperty ( _
    winprojPropertyId As Integer _
) As Property
'使用
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]

returnValue = instance.GetProperty(winprojPropertyId)
public Property GetProperty(
    int winprojPropertyId
)

パラメーター

戻り値

型: Microsoft.Office.Project.Server.Library.Property
指定した識別子を持つプロパティです。

関連項目

参照先

PropertyCollection クラス

PropertyCollection メンバー

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