共用方式為


BlogMonthQuickLaunch.OnInit method

處理Init事件。

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

Syntax

'宣告
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'用途
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

參數

備註

這個覆寫設定網頁組件用來顯示每個月份的連結在 [快速啟動DefaultView

請參閱

參照

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace