IWindowsTracePreprocessorEvent.SourceCodeLocation Property

Definition

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.

Applies to