IdeIntegrationMode Enum

Definition

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.

Applies to