VSConstants.VS_S_PROJECT_UNSAFEREPAIRREQUIRED Field

Definition

VS specific success HRESULT returned when an unsafe-repair is required. An usafe-repair is one which is not a full upgrade, but with a risk of issues being encountered by the newer or previous version of the product. For example if a newer dependent SDK is not currently installed.

public: int VS_S_PROJECT_UNSAFEREPAIRREQUIRED = 270323;
int VS_S_PROJECT_UNSAFEREPAIRREQUIRED = 270323;
public const int VS_S_PROJECT_UNSAFEREPAIRREQUIRED = 270323;
val mutable VS_S_PROJECT_UNSAFEREPAIRREQUIRED : int
Public Const VS_S_PROJECT_UNSAFEREPAIRREQUIRED As Integer  = 270323

Field Value

Value = 270323

Applies to