VSConstants.VS_E_INCOMPATIBLECLASSICPROJECT Field

Definition

VS Specific error HRESULT for a non-Windows Store app project, which is not supported by the VS Express SKU.

public: int VS_E_INCOMPATIBLECLASSICPROJECT = -2147213308;
int VS_E_INCOMPATIBLECLASSICPROJECT = -2147213308;
public const int VS_E_INCOMPATIBLECLASSICPROJECT = -2147213308;
val mutable VS_E_INCOMPATIBLECLASSICPROJECT : int
Public Const VS_E_INCOMPATIBLECLASSICPROJECT As Integer  = -2147213308

Field Value

Value = -2147213308

Applies to