Compartilhar via


ListViewWebPart.PageType property

Obtém ou define o tipo de página da ListViewWebPart.

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

Syntax

'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
Public Property PageType As PAGETYPE
    Get
    Set
'Uso
Dim instance As ListViewWebPart
Dim value As PAGETYPE

value = instance.PageType

instance.PageType = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
[WebBrowsableAttribute(false)]
public PAGETYPE PageType { get; set; }

Property value

Type: Microsoft.SharePoint.PAGETYPE
Um dos valores de enumeração que indica o tipo de página. O valor padrão é PAGE_NORMALVIEW.

Implements

IListWebPart.PageType

Ver também

Referência

ListViewWebPart class

ListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace