ITelemetryEventMatch.IsEventMatch(TelemetryEvent) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指定的是否 TelemetryEvent 满足此筛选器。
public:
bool IsEventMatch(Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ telemetryEvent);
public bool IsEventMatch (Microsoft.VisualStudio.Telemetry.TelemetryEvent telemetryEvent);
abstract member IsEventMatch : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> bool
Public Function IsEventMatch (telemetryEvent As TelemetryEvent) As Boolean
参数
- telemetryEvent
- TelemetryEvent
TelemetryEvent要针对此筛选器进行检查的。
返回
如果满足此筛选器,则为 true;否则为 false。