Compartir a través de


del método PropertyCollection.IndexOf

Obtiene el índice de la propiedad especificada de la colección.

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 ( _
    property As Property _
) As Integer
'Uso
Dim instance As PropertyCollection
Dim property As [Property]
Dim returnValue As Integer

returnValue = instance.IndexOf(property)
public int IndexOf(
    Property property
)

Parámetros

Valor devuelto

Tipo: System.Int32
El índice de la propiedad especificada.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

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