Share via


SettingLogContext Class

Definition

The context of a setting-related action for logging via telemetry.

public ref class SettingLogContext
[Windows::Foundation::Metadata::WebHostHidden]
class SettingLogContext
public class SettingLogContext
type SettingLogContext = class
Public Class SettingLogContext
Inheritance
SettingLogContext

Remarks

Members of this class may be called on any thread.

Constructors

SettingLogContext(SettingScenario, SettingAction, SettingType, String, String, Int32, String, String)

Initializes a new instance of SettingLogContext with the specified values.

SettingLogContext(SettingScenario, SettingAction, SettingType, String, String, Int32, String, String, String)

Properties

Action

Gets the setting action.

ResultDetail

Gets or sets the result detail.

Scenario

Gets the scenario.

SettingName

Gets the name of the setting.

SettingType

Gets the setting type.

SettingValue
SettingValueSize

Gets the size of the setting’s value.

SettingValueType

Gets the type of the setting value.

Step

Gets the step.

Applies to