WorkspaceSettingsResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of retrieving a single setting value from the current settings files.
public enum class WorkspaceSettingsResult
public enum class WorkspaceSettingsResult
enum WorkspaceSettingsResult
public enum WorkspaceSettingsResult
type WorkspaceSettingsResult =
Public Enum WorkspaceSettingsResult
- Inheritance
-
WorkspaceSettingsResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | the value was successfully read from a settings file. This result means there is a such an element set in settings file. |
Undefined | 1 | The value is not present in the settings file. A default value is returned instead. |
Error | 2 | The value is present in the settings file, but it is corrupted (for example wrong type). A default value is returned instead. |