PropertyCollection.IndexOf メソッド
コレクション内の指定したプロパティのインデックスを取得します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Function IndexOf ( _
property As Property _
) As Integer
'使用
Dim instance As PropertyCollection
Dim property As [Property]
Dim returnValue As Integer
returnValue = instance.IndexOf(property)
public int IndexOf(
Property property
)
パラメーター
property
型: Microsoft.Office.Project.Server.Library.Property検索するプロパティです。
戻り値
型: System.Int32
指定したプロパティのインデックス。