Compartir a través de


: SearchBox.OnInit (Método) (Object, EventArgs) (Microsoft.SharePoint.Portal.WebControls)

Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Overrides the Microsoft.SharePoint.WebPartPages.WebPart.OnInit method. The OnInit method raises the System.Web.UI.Control.Init event that occurs as this Web Part is instantiated.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Overrides Sub OnInit ( _
    sender As Object, _
    e As EventArgs _
)
'Uso
Dim sender As Object
Dim e As EventArgs

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

Parámetros

  • sender
    The sender of the event.
  • e
    A System.EventArgs object that contains the event data.

Vea también

Referencia

SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)