Visual Basic (Declaration) | |
---|---|
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")> Public Overridable Sub RenderControl( _ ByVal writer As System.Web.UI.HtmlTextWriter _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim writer As System.Web.UI.HtmlTextWriter instance.RenderControl(writer) |
C# | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")] public virtual void RenderControl( System.Web.UI.HtmlTextWriter writer ) |
Delphi | |
---|---|
public procedure RenderControl( writer: System.Web.UI.HtmlTextWriter ); virtual; |
JScript | |
---|---|
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries") public function RenderControl( writer : System.Web.UI.HtmlTextWriter ); |
Managed Extensions for C++ | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")] public: virtual void RenderControl( System.Web.UI.HtmlTextWriter* writer ) |
C++/CLI | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")] public: virtual void RenderControl( System.Web.UI.HtmlTextWriter^ writer ) |
Parameters
- writer
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2