TelemetryEventMatchByName 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.
This class is used to represent a telemetry filter by telemetry event name.
public ref class TelemetryEventMatchByName : Microsoft::VisualStudio::Telemetry::ITelemetryEventMatch
public class TelemetryEventMatchByName : Microsoft.VisualStudio.Telemetry.ITelemetryEventMatch
type TelemetryEventMatchByName = class
interface ITelemetryEventMatch
Public Class TelemetryEventMatchByName
Implements ITelemetryEventMatch
- Inheritance
-
TelemetryEventMatchByName
- Implements
Constructors
TelemetryEventMatchByName(String, Boolean) |
Create a filter for telemetry event by its name |
Properties
EventName |
Gets the name of the event that you want to filter out in the notification service. |
IsFullNameCheck |
Gets a value indicating whether the name of the event provided should match the telemetry event name exactly. |
Methods
IsEventMatch(TelemetryEvent) |
Indicates whether the specified TelemetryEvent satisfies this filter. |