VSConstants.VS_S_INCOMPATIBLEPROJECT Field

Definition

VS specific success HRESULT returned when a project is not supported by current edition of the product.

public: int VS_S_INCOMPATIBLEPROJECT = 270325;
int VS_S_INCOMPATIBLEPROJECT = 270325;
public const int VS_S_INCOMPATIBLEPROJECT = 270325;
val mutable VS_S_INCOMPATIBLEPROJECT : int
Public Const VS_S_INCOMPATIBLEPROJECT As Integer  = 270325

Field Value

Value = 270325

Applies to