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)

property unsigned int LineNumber {
	unsigned int get();
}

Property Value

Type: System::UInt32

An unsigned integer value indicating the line number.

Return to top
Show: