VSConstants.VS_S_PROJECT_SAFEREPAIRREQUIRED Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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