GetValueResult Enumeration
Visual Studio 2015
Represents the result of getting a value from the settings store.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Member name | Description | |
|---|---|---|
| Corrupt | The stored value could not be deserialized. | |
| IncompatibleType | The deserialized value could not be converted to the specified type. | |
| Missing | The value is not present in the store. | |
| ObsoleteFormat | The stored value is in a old serialization format that is no longer supported. | |
| Success | The value was retrieved and converted to the specified type successfully. | |
| UnknownError | An unexpected error occurred. |
Show: