EditorPartChrome.RenderEditorPart(HtmlTextWriter, EditorPart) Méthode

Définition

Affiche un contrôle complet EditorPart 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

Qui HtmlTextWriter reçoit le editorPart contenu.

editorPart
EditorPart

Contrôle en cours de rendu.

Exceptions

Le contrôle qui editorPart fait référence est null.

Remarques

La RenderEditorPart méthode restitue le contrôle complet EditorPart , avec en-tête, contenu et 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.

S’applique à