Partilhar via


TelemetryPropertyBag Classe

Definição

TelemetryPropertyBag destina-se à adição de propriedades aos eventos de 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()

TelemetryPropertyBag destina-se à adição de propriedades aos eventos de subscibed

Métodos de Extensão

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

Verifique se temos propriedades

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

Adicionar um conteúdo de dicionário ao outro dicionário

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

Obtém um valor pela chave fornecida.

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

Remover chave do ConcurrentDictionary

EmptyIfNull<T>(IEnumerable<T>)

Retorne essa enumeração caso ela não seja nula. Caso seja uma enumeração vazia de retorno nulo.

Aplica-se a