SPList.Views - Propriété
Gets the collection of view objects that represents all the views of the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Views As SPViewCollection
Get
'Utilisation
Dim instance As SPList
Dim value As SPViewCollection
value = instance.Views
public SPViewCollection Views { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPViewCollection
An SPViewCollection object that represents the views.