EntityCollection.Item - Propriété
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
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 Entity
Get
'Utilisation
Dim instance As EntityCollection
Dim index As Integer
Dim value As Entity
value = instance.Item(index)
public Entity this[
int index
] { get; }
Paramètres
- index
Type : System.Int32
Valeur de propriété
Type : Microsoft.Office.Project.Server.Library.Entity