次の方法で共有


SearchBox.OnLoad メソッド (Object, EventArgs) (Microsoft.SharePoint.Portal.WebControls)

このクラスまたはメンバは、廃止されます。このクラスまたはメンバを使用する新しいアプリケーションをアップグレードまたは記述するときは、代わりに新しいクラスまたはメンバを使用してください。 Microsoft Office SharePoint Server 2007 でのエンタープライズ検索 には、代わりに Microsoft.SharePoint.PortalWebControls.SearchBoxEx を使用してください。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Protected Overrides Sub OnLoad ( _
    sender As Object, _
    e As EventArgs _
)
'使用
Dim sender As Object
Dim e As EventArgs

Me.OnLoad(sender, e)
protected override void OnLoad (
    Object sender,
    EventArgs e
)

パラメータ

  • sender
    イベントの送信元。
  • e
    イベント データを含む System.EventArgs オブジェクト。

関連項目

参照

SearchBox クラス
SearchBox メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間