CallStackFrame.ScriptLineNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Line number of the current location, or 0 if the frame is not associated to a script.
public:
property int ScriptLineNumber { int get(); };
public:
property int ScriptLineNumber { int get(); };
public int ScriptLineNumber { get; }
member this.ScriptLineNumber : int
Public ReadOnly Property ScriptLineNumber As Integer