TelemetryPropertyBag Class

Definition

TelemetryPropertyBag is intended for the add properties to the subscibed events

public ref class TelemetryPropertyBag : Microsoft::VisualStudio::Telemetry::TelemetryPropertyBags::Concurrent<System::Object ^>
public class TelemetryPropertyBag : Microsoft.VisualStudio.Telemetry.TelemetryPropertyBags.Concurrent<object>
type TelemetryPropertyBag = class
    inherit TelemetryPropertyBags.Concurrent<obj>
Public Class TelemetryPropertyBag
Inherits TelemetryPropertyBags.Concurrent(Of Object)
Inheritance

Constructors

TelemetryPropertyBag()

Extension Methods

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

Check, whether we have properties

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)
GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)
Remove<TK,TV>(ConcurrentDictionary<TK,TV>, TK)
EmptyIfNull<T>(IEnumerable<T>)

Applies to