PropertyCollection.IndexOf método
Obtém o índice da propriedade especificada na coleção.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
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.PropertyA propriedade para pesquisar.
Valor retornado
Tipo: System.Int32
O índice da propriedade especificada.