This documentation is archived and is not being maintained.
LinePragmaCodeInfo Constructor (Int32, Int32, Int32, Int32, Boolean)
Visual Studio 2010
Initializes a new instance of the LinePragmaCodeInfo class with parameters for initializing the StartLine, StartColumn, StartGeneratedColumn, CodeLength, and IsCodeNugget properties.
Assembly: System.Web (in System.Web.dll)
public: LinePragmaCodeInfo( int startLine, int startColumn, int startGeneratedColumn, int codeLength, bool isCodeNugget )
Parameters
- startLine
- Type: System::Int32
The starting line of a script block in an .aspx file.
- startColumn
- Type: System::Int32
The starting column of a script block in an .aspx file.
- startGeneratedColumn
- Type: System::Int32
The starting column of a script block in the generated source file.
- codeLength
- Type: System::Int32
The length of the script block.
- isCodeNugget
- Type: System::Boolean
A value indicating whether the script block is located inside <% %> tags.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: