SearchBox.OnInit, méthode (Object, EventArgs) (Microsoft.SharePoint.Portal.WebControls)
Cette classe ou ce membre est désapprouvé. Lorsque vous mettez à niveau ou écrivez de nouvelles applications qui utilisent cette classe ou ce membre, utilisez la nouvelle classe ou le nouveau membre à la place. For Recherche de contenu d'entreprise dans 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.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnInit ( _
sender As Object, _
e As EventArgs _
)
'Utilisation
Dim sender As Object
Dim e As EventArgs
Me.OnInit(sender, e)
protected override void OnInit (
Object sender,
EventArgs e
)
Paramètres
- sender
The sender of the event.
- e
A System.EventArgs object that contains the event data.
Voir aussi
Référence
SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms