RemoteControlClient.TelemetryLogger 属性

定义

获取或设置一个操作,该操作允许遥测记录器的设置收集用于远程控制使用情况的遥测。

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))

属性值

Action<String,IDictionary<String,Object>>

适用于