OnCondition.RegisterSourceLocation(String, Int32) 方法

定義

註冊來源位置。

protected void RegisterSourceLocation (string path, int lineNumber);
member this.RegisterSourceLocation : string * int -> unit
Protected Sub RegisterSourceLocation (path As String, lineNumber As Integer)

參數

path
String

原始程式檔的路徑。

lineNumber
Int32

原始程式檔中的行號。

適用於