Partager via


PropertyCollection.Item - Propriété

Obtient une propriété de 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 ReadOnly Property Item ( _
    index As Integer _
) As Property
    Get
'Utilisation
Dim instance As PropertyCollection
Dim index As Integer
Dim value As [Property]

value = instance.Item(index)
public Property this[
    int index
] { get; }

Paramètres

  • index
    Type : System.Int32

    L'index de l'élément dans la collection.

Valeur de propriété

Type : Microsoft.Office.Project.Server.Library.Property

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

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