SPList.Views-Eigenschaft

Ruft die Auflistung von Objekten, die alle Ansichten der Liste darstellt.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Views As SPViewCollection
    Get
'Usage
Dim instance As SPList
Dim value As SPViewCollection

value = instance.Views
public SPViewCollection Views { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPViewCollection
Ein SPViewCollection -Objekt, das die Ansichten darstellt.

Siehe auch

Referenz

SPList Klasse

SPList-Member

Microsoft.SharePoint-Namespace