SettingAction 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.
A setting-related action that can be logged via telemetry.
public enum class SettingAction
public enum class SettingAction
enum SettingAction
public enum SettingAction
type SettingAction =
Public Enum SettingAction
- Inheritance
-
SettingAction
Fields
Name | Value | Description |
---|---|---|
GetValueFromPrivateStore | 0 | |
GetValueFromLocalStore | 1 | |
GetValueFromOnlineStore | 2 | |
SetValueInPrivateStore | 3 | |
SetValueInLocalStore | 4 | |
SetValueInOnlineStore | 5 | |
GetOrCreateList | 6 | |
HandleSettingChangeEvent | 7 | |
AddNewItemToFrontOfList | 8 | |
GetItemFromList | 9 | |
ClearList | 10 | |
RemoveItemFromList | 11 | |
TruncateList | 12 | |
RemoveMultipleItemsFromList | 13 | |
ThreeWayMergeList | 14 | |
UpdatePrivateStoreFromSharedStore | 15 | |
UpdateSharedStoreFromPrivateStore | 16 | |
DeserializeValue | 17 | |
RefreshListContentFromStore | 18 | |
SerializeValue | 19 | |
MoveItemToFrontOfList | 20 | |
SetValueIfUnchangedInPrivateStore | 21 | |
ReadSettingRegistration | 22 | |
EnumeratePrivateStoreContents | 23 | |
DeleteValueFromPrivateStore | 24 | |
ClearPrivateStore | 25 | |
DownloadSharedSettingsToPrivateStore | 26 | |
GetAllSinceVersionAsync | 27 | |
UpdatePrivateStoreFromSharedStoreAsync | 28 | |
IdleStateChange | 29 | |
AddNewItemToInteriorOfList | 31 | |
MoveItemToInteriorListIndex | 32 |