Information.Erl Method
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.
Returns an integer indicating the line number of the last executed statement. Read-only.
public:
static int Erl();
public static int Erl ();
static member Erl : unit -> int
Public Function Erl () As Integer
Returns
Returns an integer indicating the line number of the last executed statement. Read-only.
Examples
This example uses the Erl
property to indicate the line number.
10: On Error Resume Next
20: Err.Raise(60000)
' Returns 20.
30: MsgBox(Erl())
Remarks
If Visual Basic encounters no line numbers, it returns 0.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา