SettingLogContext Class
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.
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, String) | |
SettingLogContext(SettingScenario, SettingAction, SettingType, String, String, Int32, String, String) |
Initializes a new instance of SettingLogContext with the specified values. |
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. |