StackFrame2.LineNumber Property
Gets the line number in the source file that contains this stack frame. A read-only property.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property LineNumber As UInteger
uint LineNumber { get; }
property unsigned int LineNumber {
unsigned int get ();
}
abstract LineNumber : uint32 with get
function get LineNumber () : uint
Property Value
Type: System.UInt32
An unsigned integer value indicating the line number.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.