VSConstants.VS_E_SPECIFYING_OUTPUT_UNSUPPORTED Field

Definition

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 = -2147220991

Remarks

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

Applies to