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 (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Const VS_E_SPECIFYING_OUTPUT_UNSUPPORTED As Integer
'使用
Dim value As Integer

value = VSConstants.VS_E_SPECIFYING_OUTPUT_UNSUPPORTED
public const int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED
public:
literal int VS_E_SPECIFYING_OUTPUT_UNSUPPORTED
public const var VS_E_SPECIFYING_OUTPUT_UNSUPPORTED : int

Field Value

Type: System.Int32

Remarks

The parameter IVsOutput** or IVsOutput* [] must be a null reference (Nothing in Visual Basic).

Permissions

See Also

Concepts

SDK Constants

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace