Share via


SettingAction Enum

Definition

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

AddNewItemToFrontOfList 8
AddNewItemToInteriorOfList 31
ClearList 10
ClearPrivateStore 25
DeleteValueFromPrivateStore 24
DeserializeValue 17
DownloadSharedSettingsToPrivateStore 26
EnumeratePrivateStoreContents 23
GetAllSinceVersionAsync 27
GetItemFromList 9
GetOrCreateList 6
GetValueFromLocalStore 1
GetValueFromOnlineStore 2
GetValueFromPrivateStore 0
HandleSettingChangeEvent 7
IdleStateChange 29
MoveItemToFrontOfList 20
MoveItemToInteriorListIndex 32
ReadSettingRegistration 22
RefreshListContentFromStore 18
RemoveItemFromList 11
RemoveMultipleItemsFromList 13
SerializeValue 19
SetValueIfUnchangedInPrivateStore 21
SetValueInLocalStore 4
SetValueInOnlineStore 5
SetValueInPrivateStore 3
ThreeWayMergeList 14
TruncateList 12
UpdatePrivateStoreFromSharedStore 15
UpdatePrivateStoreFromSharedStoreAsync 28
UpdateSharedStoreFromPrivateStore 16

Applies to