TraceEventArgs PropertiesTraceEventArgs PropertiesTraceEventArgs Properties

The TraceEventArgsTraceEventArgsTraceEventArgs type exposes the following members.

Properties

 PropertyDescription
Public propertyLabelLabelLabel Gets the label associated with this event.
Public propertyLineNumberLineNumberLineNumber Gets the line number of the function call that raised the event.
Public propertyLinePositionLinePositionLinePosition Gets the character position within LineNumberLineNumberLineNumber of the function call that raised the event.
Public propertySourceUriSourceUriSourceUri Gets the URI of the source file containing the function call that caused the event.
Public propertyValueValueValue Gets the value passed as the first argument to fn:trace.

Top