RemoteControlClient.TelemetryLogger2 Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define uma ação que permite a configuração de um agente de telemetria para coletar a telemetria para uso do controle remoto. Inclui a opção 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))