Partager via


PropertyCollection.IndexOf - Méthode

Obtient l'index de la propriété spécifiée dans la collection.

Espace de noms :  Microsoft.Office.Project.Server.Library
Assembly :  Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)

Syntaxe

'Déclaration
Public Function IndexOf ( _
    property As Property _
) As Integer
'Utilisation
Dim instance As PropertyCollection
Dim property As [Property]
Dim returnValue As Integer

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

Paramètres

Valeur renvoyée

Type : System.Int32
Index de la propriété spécifiée.

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Project.Server.Library - Espace de noms