TelemetryEventArgs Class
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.
Arguments for telemetry events.
public ref class TelemetryEventArgs sealed : Microsoft::Build::Framework::BuildEventArgs
[System.Serializable]
public sealed class TelemetryEventArgs : Microsoft.Build.Framework.BuildEventArgs
[<System.Serializable>]
type TelemetryEventArgs = class
inherit BuildEventArgs
Public NotInheritable Class TelemetryEventArgs
Inherits BuildEventArgs
- Inheritance
- Attributes
Constructors
TelemetryEventArgs() |
Properties
BuildEventContext |
Event contextual information for the build event argument (Inherited from BuildEventArgs) |
EventName |
Gets or sets the name of the event. |
HelpKeyword |
Custom help keyword associated with event. (Inherited from BuildEventArgs) |
Message |
Text of event. (Inherited from BuildEventArgs) |
Properties |
Gets or sets a list of properties associated with the event. |
RawMessage |
Exposes the underlying message field without side-effects. Used for serialization. (Inherited from BuildEventArgs) |
RawTimestamp |
Exposes the private timestamp field to derived types. Used for serialization. Avoids the side effects of calling the Timestamp getter. (Inherited from BuildEventArgs) |
SenderName |
Name of the object sending this event. (Inherited from BuildEventArgs) |
ThreadId |
The thread that raised event. (Inherited from BuildEventArgs) |
Timestamp |
The time when event was raised. (Inherited from BuildEventArgs) |