ITelemetryMetadata.TelemetryProperties 属性

定义

获取应添加到遥测事件的属性。 键表示属性名称和值表示属性值。

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ TelemetryProperties { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> TelemetryProperties { get; }
member this.TelemetryProperties : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property TelemetryProperties As IReadOnlyDictionary(Of String, Object)

属性值

IReadOnlyDictionary<String,Object>

适用于