_VSQuickCheckAnswer Enumeration

 

Specifies when a feature is enabled.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

public enum _VSQuickCheckAnswer

Member nameDescription
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.

Return to top
Show: