VSConstants.VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS Field

Definition

VS Specific error HRESULT for a project not supported in the current OS version, for example Windows Store app projects require Windows 8 or higher.

public: int VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS = -2147213307;
int VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS = -2147213307;
public const int VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS = -2147213307;
val mutable VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS : int
Public Const VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS As Integer  = -2147213307

Field Value

Value = -2147213307

Applies to