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