TelemetryEventMatchByName(String, Boolean) Constructor
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.
Create a filter for telemetry event by its name
public:
TelemetryEventMatchByName(System::String ^ eventName, bool isFullNameCheck);
public TelemetryEventMatchByName (string eventName, bool isFullNameCheck);
new Microsoft.VisualStudio.Telemetry.TelemetryEventMatchByName : string * bool -> Microsoft.VisualStudio.Telemetry.TelemetryEventMatchByName
Public Sub New (eventName As String, isFullNameCheck As Boolean)
Parameters
- eventName
- String
Name of the telemetry event you want to match
- isFullNameCheck
- Boolean
Set to true to match the name exactly. Set to false for a startswith check