Compartilhar via


BlogMonthQuickLaunch.IListWebPart.PageType property

Obtém ou define o tipo de página de Web Parts atual.

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

Syntax

'Declaração
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Private Property PageType As PAGETYPE
    Implements IListWebPart.PageType
    Get
    Set
'Uso
Dim instance As BlogMonthQuickLaunch
Dim value As PAGETYPE

value = CType(instance, IListWebPart).PageType

CType(instance, IListWebPart).PageType = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
[BrowsableAttribute(false)]
PAGETYPEIListWebPart.PageType { get; set; }

Property value

Type: Microsoft.SharePoint.PAGETYPE
O tipo de página de Web Parts atual.

Implements

IListWebPart.PageType

Comentários

Esse membro é uma implementação de um membro de interface. Ele pode ser usado somente quando a instância de BlogMonthQuickLaunch é convertida para uma interface IListWebPart .

Ver também

Referência

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace