_VSQuickCheckAnswer 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.
Specifies when a feature is enabled.
public enum class _VSQuickCheckAnswer
public enum class _VSQuickCheckAnswer
enum _VSQuickCheckAnswer
public enum _VSQuickCheckAnswer
type _VSQuickCheckAnswer =
Public Enum _VSQuickCheckAnswer
- Inheritance
-
_VSQuickCheckAnswer
Fields
Name | Value | Description |
---|---|---|
QCA_Never | -2 | The feature is not implemented. |
QCA_No | -1 | The feature is not enabled now. |
QCA_QuickAnswerNA | 0 | The caller must call IVsDeployableProjectCfg to see if deployment is possible. |
QCA_Yes | 1 | The feature is enabled now. |
QCA_Always | 2 | The feature is always enabled. |
Remarks
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.