SPListCollection.Item - Propriété (String)
Obtient l'objet de liste qui porte le nom spécifié dans la collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
strListName As String _
) As SPList
Get
'Utilisation
Dim instance As SPListCollection
Dim strListName As String
Dim value As SPList
value = instance(strListName)
public SPList this[
string strListName
] { get; }
Paramètres
strListName
Type : System.StringChaîne qui contient le nom d'une liste à obtenir.
Valeur de propriété
Type : Microsoft.SharePoint.SPList
Objet SPList qui représente la liste.