VSConstants.VS_E_INCOMPATIBLEPROJECT_UNSUPPORTED_OS 字段

定义

与当前操作系统版本中不支持的项目的 VS 特定错误 HRESULT,例如 Windows 应用商店应用项目需要 Windows 8 或更高版本。

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

字段值

Int32

适用于