IWindowsTracePreprocessorEvent.SourceCodeLocation 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.
public string SourceCodeLocation { get; }
member this.SourceCodeLocation : string
Public ReadOnly Property SourceCodeLocation As String
Property Value
Remarks
The value of this property field consists of the file name of the source code that fired the event, with all '.'s changed to '_'s, and concatenated with the line number of the code that fired the event.