Share via


SPView.Items Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)

Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)

Syntax

'Declaration
<XmlElementAttribute("GroupByHeader", GetType(Object))> _
<XmlElementAttribute("RowLimit", GetType(Object))> _
<XmlElementAttribute("Toolbar", GetType(Object))> _
<XmlElementAttribute("ViewFields", GetType(SPFieldLink()))> _
<XmlElementAttribute("ViewFooter", GetType(Object))> _
<XmlElementAttribute("Script", GetType(Object))> _
<XmlElementAttribute("ViewStyle", GetType(Object))> _
<XmlChoiceIdentifierAttribute("ItemsElementName")> _
<XmlElementAttribute("ViewBody", GetType(Object))> _
<XmlElementAttribute("ViewEmpty", GetType(Object))> _
<XmlElementAttribute("ViewHeader", GetType(Object))> _
<XmlElementAttribute("Aggregations", GetType(Object))> _
<XmlElementAttribute("Formats", GetType(Object))> _
<XmlElementAttribute("GanttFields", GetType(Object))> _
<XmlElementAttribute("GroupByFooter", GetType(Object))> _
<XmlElementAttribute("PagedClientCallbackRowset", GetType(Object))> _
<XmlElementAttribute("PagedRecurrenceRowset", GetType(Object))> _
<XmlElementAttribute("PagedRowset", GetType(Object))> _
<XmlElementAttribute("Query", GetType(Object))> _
<XmlElementAttribute("RowLimitExceeded", GetType(Object))> _
Public Property Items As Object()
'Usage
Dim instance As SPView
Dim value As Object()

value = instance.Items

instance.Items = value
[XmlElementAttribute("GroupByHeader", typeof(Object))] 
[XmlElementAttribute("RowLimit", typeof(Object))] 
[XmlElementAttribute("Toolbar", typeof(Object))] 
[XmlElementAttribute("ViewFields", typeof(SPFieldLink[]))] 
[XmlElementAttribute("ViewFooter", typeof(Object))] 
[XmlElementAttribute("Script", typeof(Object))] 
[XmlElementAttribute("ViewStyle", typeof(Object))] 
[XmlChoiceIdentifierAttribute("ItemsElementName")] 
[XmlElementAttribute("ViewBody", typeof(Object))] 
[XmlElementAttribute("ViewEmpty", typeof(Object))] 
[XmlElementAttribute("ViewHeader", typeof(Object))] 
[XmlElementAttribute("Aggregations", typeof(Object))] 
[XmlElementAttribute("Formats", typeof(Object))] 
[XmlElementAttribute("GanttFields", typeof(Object))] 
[XmlElementAttribute("GroupByFooter", typeof(Object))] 
[XmlElementAttribute("PagedClientCallbackRowset", typeof(Object))] 
[XmlElementAttribute("PagedRecurrenceRowset", typeof(Object))] 
[XmlElementAttribute("PagedRowset", typeof(Object))] 
[XmlElementAttribute("Query", typeof(Object))] 
[XmlElementAttribute("RowLimitExceeded", typeof(Object))] 
public Object[] Items { get; set; }

See Also

Reference

SPView Class
SPView Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace