GetValueResult Enumeration

Visual Studio 2015
 

Represents the result of getting a value from the settings store.

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

public enum GetValueResult

Member nameDescription
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.

Return to top
Show: