共用方式為


BlogMonthQuickLaunch.IListWebPart.ViewFlags property

取得或設定要顯示的內容類型。

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

Syntax

'宣告
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
Private Property ViewFlags As SPViewFlags
    Implements IListWebPart.ViewFlags
    Get
    Set
'用途
Dim instance As BlogMonthQuickLaunch
Dim value As SPViewFlags

value = CType(instance, IListWebPart).ViewFlags

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

Property value

Type: Microsoft.SharePoint.SPViewFlags
內容型別。

Implements

IListWebPart.ViewFlags

備註

這個成員是介面成員實作。BlogMonthQuickLaunch執行個體轉換成IListWebPart介面時,才可以使用它。

請參閱

參照

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace