EditorPartChrome.RenderEditorPart(HtmlTextWriter, EditorPart) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère le rendu d'un contrôle EditorPart complet avec toutes ses sections.
public:
virtual void RenderEditorPart(System::Web::UI::HtmlTextWriter ^ writer, System::Web::UI::WebControls::WebParts::EditorPart ^ editorPart);
public virtual void RenderEditorPart (System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart);
abstract member RenderEditorPart : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebParts.EditorPart -> unit
override this.RenderEditorPart : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebParts.EditorPart -> unit
Public Overridable Sub RenderEditorPart (writer As HtmlTextWriter, editorPart As EditorPart)
Paramètres
- writer
- HtmlTextWriter
HtmlTextWriter qui reçoit le contenu editorPart
.
- editorPart
- EditorPart
Contrôle actuellement en cours de présentation.
Exceptions
Le contrôle auquel editorPart
fait référence est null
.
Remarques
La RenderEditorPart méthode affiche le contrôle complet EditorPart , avec l’en-tête, le contenu et le pied de page. La substitution de cette méthode donne au développeur un contrôle programmatique complet sur le rendu de tous les aspects de editorPart
; pour cette raison, la substitution de cette méthode est assez complexe.