Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Récupère l'élément à l'index donné.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Item ( _
identifierIndex As Integer _
) As Object
Get
'Utilisation
Dim instance As Identity
Dim identifierIndex As Integer
Dim value As Object
value = instance.Item(identifierIndex)
public Object this[
int identifierIndex
] { get; }
Paramètres
identifierIndex
Type : System.Int32L'index de l'élément demandé.
Valeur de propriété
Type : System.Object
L'élément à l'index donné.