VSConstants.VS_S_PROJECT_ONEWAYUPGRADEREQUIRED Field

Definition

VS specific success HRESULT returned when a one-way upgrade is required. A one-way upgrade is a full upgrade which will make the project incompatible with the previous version of the product.

public: int VS_S_PROJECT_ONEWAYUPGRADEREQUIRED = 270324;
int VS_S_PROJECT_ONEWAYUPGRADEREQUIRED = 270324;
public const int VS_S_PROJECT_ONEWAYUPGRADEREQUIRED = 270324;
val mutable VS_S_PROJECT_ONEWAYUPGRADEREQUIRED : int
Public Const VS_S_PROJECT_ONEWAYUPGRADEREQUIRED As Integer  = 270324

Field Value

Value = 270324

Applies to