Compartir a través de


PenAndInkSettings.UserConsentsToHandwritingTelemetryCollection Propiedad

Definición

Obtiene si los datos de telemetría de entrada de lápiz y escritura a mano se pueden recopilar y enviar a Microsoft para mejorar las funcionalidades de reconocimiento y sugerencias.

public:
 property bool UserConsentsToHandwritingTelemetryCollection { bool get(); };
bool UserConsentsToHandwritingTelemetryCollection();
public bool UserConsentsToHandwritingTelemetryCollection { get; }
var boolean = penAndInkSettings.userConsentsToHandwritingTelemetryCollection;
Public ReadOnly Property UserConsentsToHandwritingTelemetryCollection As Boolean

Valor de propiedad

Boolean

bool

True si se ha concedido el consentimiento. En caso contrario, es false.

Comentarios

El usuario puede establecer este valor a través de la pantalla Configuración de diagnósticos y comentarios .

Se aplica a

Consulte también