Compartilhar via


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

Valor retornado

Tipo: System.Int32
O índice da propriedade especificada.

Ver também

Referência

PropertyCollection classe

PropertyCollection membros

Microsoft.Office.Project.Server.Library namespace