SettingAction Enumeration

Visual Studio 2015
 

A setting-related action that can be logged via telemetry.

Namespace:   Microsoft.VisualStudio.Settings.Telemetry
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public enum class SettingAction

Member nameDescription
AddNewItemToFrontOfList

ClearList

ClearPrivateStore

DeleteValueFromPrivateStore

DeserializeValue

DownloadSharedSettingsToPrivateStore

EnumeratePrivateStoreContents

GetAllSinceVersionAsync

GetItemFromList

GetOrCreateList

GetValueFromLocalStore

GetValueFromOnlineStore

GetValueFromPrivateStore

HandleSettingChangeEvent

IdleStateChange

MoveItemToFrontOfList

ReadSettingRegistration

RefreshListContentFromStore

RemoveItemFromList

RemoveMultipleItemsFromList

SerializeValue

SetValueIfUnchangedInPrivateStore

SetValueInLocalStore

SetValueInOnlineStore

SetValueInPrivateStore

ThreeWayMergeList

TruncateList

UpdatePrivateStoreFromSharedStore

UpdatePrivateStoreFromSharedStoreAsync

UpdateSharedStoreFromPrivateStore

Return to top
Show: