TelemetrySession.PostMetricEvent(TelemetryMetricEvent) メソッド

定義

メトリック プロパティを設定してメトリック イベントを準備し、イベントを投稿します。

public void PostMetricEvent (Microsoft.VisualStudio.Telemetry.Metrics.Events.TelemetryMetricEvent metricEvent);
member this.PostMetricEvent : Microsoft.VisualStudio.Telemetry.Metrics.Events.TelemetryMetricEvent -> unit
Public Sub PostMetricEvent (metricEvent As TelemetryMetricEvent)

パラメーター

metricEvent
TelemetryMetricEvent

投稿する準備ができているテレメトリ メトリック イベント。

適用対象