Compartir a través de


TelemetryPropertyBag Clase

Definición

TelemetryPropertyBag está pensado para agregar propiedades a los 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)
Herencia

Constructores

TelemetryPropertyBag()

TelemetryPropertyBag está pensado para agregar propiedades a los eventos subscibed

Métodos de extensión

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

Compruebe si tenemos propiedades.

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

Agregar un contenido de diccionario al otro diccionario

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

Obtiene un valor por la clave especificada.

Remove<TK,TV>(ConcurrentDictionary<TK,TV>, TK)

Quitar clave de ConcurrentDictionary

EmptyIfNull<T>(IEnumerable<T>)

Devuelve esta enumeración en caso de que no sea NULL. En caso de que sea null, se devuelve una enumeración vacía.

Se aplica a