This documentation is archived and is not being maintained.
LinePragmaCodeInfo Properties
Visual Studio 2008
The LinePragmaCodeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
CodeLength | Gets the length of the script block. |
|
IsCodeNugget | Gets a value indicating whether the script block is located inside <% %> tags. |
|
StartColumn | Gets the starting column of a script block in an .aspx file. |
|
StartGeneratedColumn | Gets the starting column of a script block in the generated source file. |
|
StartLine | Gets the starting line of a script block in an .aspx file. |
Show: