EntityCollection.IndexOf 方法

获取指定实体的索引。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Function IndexOf ( _
    entity As Entity _
) As Integer
用法
Dim instance As EntityCollection
Dim entity As Entity
Dim returnValue As Integer

returnValue = instance.IndexOf(entity)
public int IndexOf(
    Entity entity
)

参数

返回值

类型:System.Int32

另请参阅

引用

EntityCollection 类

EntityCollection 成员

Microsoft.Office.Project.Server.Library 命名空间