共用方式為


TelemetryPropertyBag 類別

定義

TelemetryPropertyBag 適用於將屬性新增至子事件

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

建構函式

TelemetryPropertyBag()

TelemetryPropertyBag 適用於將屬性新增至子事件

擴充方法

HasProperties<TValue>(ITelemetryPropertyBag<TValue>)

檢查是否有屬性

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

將一個字典內容新增至另一個字典

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

依指定的索引鍵取得值。

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

從 ConcurrentDictionary 移除索引鍵

EmptyIfNull<T>(IEnumerable<T>)

如果不是 Null,則傳回這個列舉。 如果是 null,則傳回空列舉。

適用於