TelemetryEventMatchByName.IsEventMatch(TelemetryEvent) Método

Definição

Indica se o especificado TelemetryEvent satisfaz esse filtro.

public:
 virtual bool IsEventMatch(Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ telemetryEvent);
public bool IsEventMatch (Microsoft.VisualStudio.Telemetry.TelemetryEvent telemetryEvent);
abstract member IsEventMatch : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> bool
override this.IsEventMatch : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> bool
Public Function IsEventMatch (telemetryEvent As TelemetryEvent) As Boolean

Parâmetros

telemetryEvent
TelemetryEvent

O a TelemetryEvent ser verificado em relação a este filtro.

Retornos

Boolean

true se este filtro for satisfeito; caso contrário, false.

Implementações

Aplica-se a