ITelemetryRecorder.RecordEvent(TelemetryEvent) Method
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.
Records the specified telemetryEvent.
public:
void RecordEvent(Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ telemetryEvent);
public void RecordEvent (Microsoft.VisualStudio.Telemetry.TelemetryEvent telemetryEvent);
abstract member RecordEvent : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> unit
Public Sub RecordEvent (telemetryEvent As TelemetryEvent)
Parameters
- telemetryEvent
- TelemetryEvent