共用方式為


WebPartQuickAdd.OnInit method

NOTE: This API is now obsolete.

This member overrides Control.OnInit(EventArgs).

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

Syntax

'宣告
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'用途
Dim e As EventArgs

Me.OnInit(e)
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
protected override void OnInit(
    EventArgs e
)

參數

請參閱

參照

WebPartQuickAdd class

WebPartQuickAdd members

Microsoft.SharePoint.WebPartPages namespace