IdeIntegrationMode 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.
IDE integration mode. Decides what settings to use in case of both explicit configuration and active IDE integration.
public enum IdeIntegrationMode
type IdeIntegrationMode =
Public Enum IdeIntegrationMode
- Inheritance
-
IdeIntegrationMode
Fields
PreferExplicitConfiguration | 0 | Prefers any explicit configuration choices made by the user as part of configuration. |
PreferIdeSettingsIfPresent | 1 | Prefers IDE integration settings if it is active. |