SettingAction Sabit listesi
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Telemetri aracılığıyla günlüğe kaydedilecek, ayarlamaya ilişkin bir eylem.
public enum class SettingAction
public enum class SettingAction
enum SettingAction
public enum SettingAction
type SettingAction =
Public Enum SettingAction
- Devralma
-
SettingAction
Alanlar
| 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 |