SPNavigationNodeCollection.Item - Propriété
Obtient l'objet SPNavigationNode à l'index spécifié dans la collection.
Espace de noms : Microsoft.SharePoint.Navigation
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPNavigationNode
Get
'Utilisation
Dim instance As SPNavigationNodeCollection
Dim index As Integer
Dim value As SPNavigationNode
value = instance(index)
public SPNavigationNode this[
int index
] { get; }
Paramètres
index
Type : System.Int32L'index de l'objet à retourner.
Valeur de propriété
Type : Microsoft.SharePoint.Navigation.SPNavigationNode
Objet SPNavigationNode qui représente un élément dans le SPNavigationNodeCollection.
Voir aussi
Référence
SPNavigationNodeCollection classe
SPNavigationNodeCollection - Membres