WorkspaceSettingsResult Enum

Definition

Result of retrieving a single setting value from the current settings files.

C++/CX
public enum class 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.

Applies to

Tuote Versiot
Visual Studio SDK 2017, 2019, 2022