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

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace