TelemetryPropertyBag Classe

Definição

TelemetryPropertyBag destina-se a adicionar propriedades aos eventos subscibed

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)
Herança

Construtores

TelemetryPropertyBag()

Métodos de Extensão

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

Verificar se há propriedades

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>)

Aplica-se a