TelemetryConfiguration.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public void Add (string typeName, string assemblyName, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> properties);
member this.Add : string * string * seq<System.Collections.Generic.KeyValuePair<string, obj>> -> unit
Public Sub Add (typeName As String, assemblyName As String, properties As IEnumerable(Of KeyValuePair(Of String, Object)))
参数
- typeName
- String
- assemblyName
- String
- properties
- IEnumerable<KeyValuePair<String,Object>>