Control.BeginRenderTracing Method

[本文档仅供预览,并可能在以后的版本中更改。其中的空白主题用作占位符。]

启动呈现数据设计时跟踪。

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Syntax

声明
Protected Sub BeginRenderTracing ( _
    writer As TextWriter, _
    start As Integer, _
    length As Integer, _
    literal As Boolean _
)
protected void BeginRenderTracing(
    TextWriter writer,
    int start,
    int length,
    bool literal
)
protected:
void BeginRenderTracing(
    TextWriter^ writer, 
    int start, 
    int length, 
    bool literal
)
member BeginRenderTracing : 
        writer:TextWriter * 
        start:int * 
        length:int * 
        literal:bool -> unit 

Parameters

  • literal
    Type: System.Boolean
    指定 的true 不能更改该值或的 false 可以更改该值。

Version Information

.NET Framework

Supported in: 4.5

Platforms

Windows Developer Preview, Windows Server Developer Preview, Windows 7, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework 系统要求.

See Also

Reference

Control Class

System.Web.UI Namespace