_VSQuickCheckAnswer Enumeration
Visual Studio 2015
Specifies when a feature is enabled.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
| Member name | Description | |
|---|---|---|
| QCA_Always | The feature is always enabled. | |
| QCA_Never | The feature is not implemented. | |
| QCA_No | The feature is not enabled now. | |
| QCA_QuickAnswerNA | The caller must call IVsDeployableProjectCfg to see if deployment is possible. | |
| QCA_Yes | The feature is enabled now. |
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.
Show: