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
)
パラメーター
- winprojPropertyId
型: System.Int32
戻り値
型: Microsoft.Office.Project.Server.Library.Property
指定した識別子を持つプロパティです。