Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the rendering path for the Microsoft Visual Studio .NET Editor.
Syntax
Visual Basic MustOverride Protected Sub
RenderDesignerPath( ByVal oWriter As HtmlTextWriter )C# protected abstract void
RenderDesignerPath(HtmlTextWriter oWriter );Managed C++ protected: virtual void
RenderDesignerPath(HtmlTextWriter oWriter ) = 0;JScript protected abstract function
RenderDesignerPath(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
BaseChildNode
See Also