OnCondition.RegisterSourceLocation(String, Int32) 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.
Registers the source location.
protected void RegisterSourceLocation (string path, int lineNumber);
member this.RegisterSourceLocation : string * int -> unit
Protected Sub RegisterSourceLocation (path As String, lineNumber As Integer)
Parameters
- path
- String
Path to source file.
- lineNumber
- Int32
Line number in source file.