Compartir a través de


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

Valor devuelto

Tipo: System.Int32

Vea también

Referencia

clase EntityCollection

Miembros EntityCollection

Espacio de nombres Microsoft.Office.Project.Server.Library