TraceEventArgs ClassTraceEventArgs ClassTraceEventArgs Class
Inheritance Hierarchy
- System.ObjectSystem.ObjectSystem::Object
- System.EventArgsSystem.EventArgsSystem::EventArgs
- XmlPrime.TraceEventArgsXmlPrime.TraceEventArgsXmlPrime::TraceEventArgs
The TraceEventArgsTraceEventArgsTraceEventArgs
type exposes the following members.
Properties
Property | Description | |
---|---|---|
![]() | LabelLabelLabel | Gets the label associated with this event. |
![]() | LineNumberLineNumberLineNumber | Gets the line number of the function call that raised the event. |
![]() | LinePositionLinePositionLinePosition | Gets the character position within LineNumberLineNumberLineNumber of the function call that raised the event. |
![]() | SourceUriSourceUriSourceUri | Gets the URI of the source file containing the function call that caused the event. |
![]() | ValueValueValue |
Gets the value passed as the first argument to fn:trace .
|