RemoteControlClient.TelemetryLogger2 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个操作,该操作允许遥测记录器的设置收集用于远程控制使用情况的遥测。 包括 Pii-选项。
public:
static property Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ TelemetryLogger2 { Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ get(); void set(Action<System::String ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ value); };
public static Action<string,System.Collections.Generic.IDictionary<string,object>,System.Collections.Generic.IDictionary<string,object>> TelemetryLogger2 { get; set; }
member this.TelemetryLogger2 : Action<string, System.Collections.Generic.IDictionary<string, obj>, System.Collections.Generic.IDictionary<string, obj>> with get, set
Public Shared Property TelemetryLogger2 As Action(Of String, IDictionary(Of String, Object), IDictionary(Of String, Object))