SPEditorPartChrome.RenderPartContents method
This member overrides EditorPartChrome.RenderPartContents(HtmlTextWriter, EditorPart).
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Sub RenderPartContents ( _
output As HtmlTextWriter, _
editorPart As EditorPart _
)
'用途
Dim output As HtmlTextWriter
Dim editorPart As EditorPart
Me.RenderPartContents(output, editorPart)
protected override void RenderPartContents(
HtmlTextWriter output,
EditorPart editorPart
)
參數
- output
Type: System.Web.UI.HtmlTextWriter
- editorPart
Type: System.Web.UI.WebControls.WebParts.EditorPart