VSConstants::VS_E_SPECIFYING_OUTPUT_UNSUPPORTED Field

 

Returned by build interfaces that have parameters for specifying an array of IVsOutput's but the implementation can only apply the method to all outputs.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
literal int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED

Field Value

Type: System::Int32

The parameter IVsOutput** or IVsOutput* [] must be null.

Return to top
Show: