del método EntityCollection.IndexOf
Obtiene el índice de una entidad especificada.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Function IndexOf ( _
entity As Entity _
) As Integer
'Uso
Dim instance As EntityCollection
Dim entity As Entity
Dim returnValue As Integer
returnValue = instance.IndexOf(entity)
public int IndexOf(
Entity entity
)
Parámetros
entity
Tipo: Microsoft.Office.Project.Server.Library.EntityEntidad especificada en EntityCollection.Entities.
Valor devuelto
Tipo: System.Int32