SettingAction Enumeration
Visual Studio 2015
A setting-related action that can be logged via telemetry.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Member name | Description | |
|---|---|---|
| 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 |
Show: