Partager via


SearchBox.RenderWebPart, méthode (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.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Protected Overrides Sub RenderWebPart ( _
    writer As HtmlTextWriter _
)
'Utilisation
Dim writer As HtmlTextWriter

Me.RenderWebPart(writer)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
protected override void RenderWebPart (
    HtmlTextWriter writer
)

Paramètres

  • writer
    The HtmlTextWriter object that receives the WebPart content.

Remarques

The RenderWebPart method might not be called in all cases (for example, when the Web Part is minimized, or if the page is being rendered to a non-HTML device).

Overrides the Microsoft.SharePoint.WebPartPages.WebPart.RenderWebPart method. The RenderWebPart method renders the HTML for the body of this Web Part to the client.

Voir aussi

Référence

SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms