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
property
Tipo: Microsoft.Office.Project.Server.Library.PropertyLa propiedad que se va a buscar.
Valor devuelto
Tipo: System.Int32
El índice de la propiedad especificada.