VSConstants.VS_E_SPECIFYING_OUTPUT_UNSUPPORTED Field
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.
Is 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.
public: int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED = -2147220991;
int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED = -2147220991;
public const int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED = -2147220991;
val mutable VS_E_SPECIFYING_OUTPUT_UNSUPPORTED : int
Public Const VS_E_SPECIFYING_OUTPUT_UNSUPPORTED As Integer = -2147220991
Field Value
Value = -2147220991Remarks
The parameter IVsOutput** or IVsOutput* [] must be null
.