ITelemetryPropertyBag<TValue> Interface

Definition

ITelemetryPropertyBag interface for the generic PropertyBag

C++
generic <typename TValue>
public interface class ITelemetryPropertyBag : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, TValue>>, System::Collections::Generic::IDictionary<System::String ^, TValue>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, TValue>>

Type Parameters

TValue
Derived
Implements

Extension Methods

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

Check, whether we have properties

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

Add one dictionary content to the another dictionary

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

Gets a value by the given key.

EmptyIfNull<T>(IEnumerable<T>)

Return this enumeration in case it is not null. In case it is null return empty enumeration.

Applies to

Proizvod Verzije
Visual Studio SDK 2019, 2022