CollectionBase<T>.Item - Propriété
Obtient l'élément au niveau de la indexde spécifié.
Espace de noms : Microsoft.SharePoint.Publishing
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Utilisation
Dim instance As CollectionBase
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
Paramètres
index
Type : System.Int32Index de base zéro de l'élément à obtenir.
Valeur de propriété
Type : T
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Index est inférieur à zéro, ou index est égal ou supérieur à Count. |