VSConstants.VS_S_PROJECT_SAFEREPAIRREQUIRED Field

Definition

VS specific success HRESULT returned when a safe-repair is required. A safe-repair is one which is not a real full upgrade but merely a repair to make the project asset compatible without the risk of issues being encountered by the previous versions of the product.

public: int VS_S_PROJECT_SAFEREPAIRREQUIRED = 270322;
int VS_S_PROJECT_SAFEREPAIRREQUIRED = 270322;
public const int VS_S_PROJECT_SAFEREPAIRREQUIRED = 270322;
val mutable VS_S_PROJECT_SAFEREPAIRREQUIRED : int
Public Const VS_S_PROJECT_SAFEREPAIRREQUIRED As Integer  = 270322

Field Value

Value = 270322

Applies to