ActionSubscriptionDetails.TelemetryEvent Property
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.
Gets the telemetry event that matched given filter conditions, if a telemetry notification subscription is the reason this callback was invoked
public:
property Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ TelemetryEvent { Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ get(); };
public Microsoft.VisualStudio.Telemetry.TelemetryEvent TelemetryEvent { get; }
member this.TelemetryEvent : Microsoft.VisualStudio.Telemetry.TelemetryEvent
Public ReadOnly Property TelemetryEvent As TelemetryEvent