ITelemetryMetadata.TelemetryProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应添加到遥测事件的属性。 键表示属性名称和值表示属性值。
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)