PlatformTelemetryRegistrationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the status of registering a client with the Connected User Experience and Telemetry component.
public enum class PlatformTelemetryRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class PlatformTelemetryRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum PlatformTelemetryRegistrationStatus
var value = Windows.System.Diagnostics.Telemetry.PlatformTelemetryRegistrationStatus.success
Public Enum PlatformTelemetryRegistrationStatus
- Inheritance
-
PlatformTelemetryRegistrationStatus
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Registration is successful or the app has already been registered. |
SettingsOutOfRange | 1 | The registration settings are invalid. |
UnknownFailure | 2 | Registration failed for another unknown reason. |
Remarks
Important
Only first-party applications should use this type.