SilverlightToolPart.RenderContents - Méthode
Écrit le code HTML que le navigateur restitue pour afficher la partie de l'outil.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overrides Sub RenderContents ( _
writer As HtmlTextWriter _
)
'Utilisation
Dim writer As HtmlTextWriter
Me.RenderContents(writer)
protected override void RenderContents(
HtmlTextWriter writer
)
Paramètres
writer
Type : System.Web.UI.HtmlTextWriterL'objet qui écrit le code HTML.