VSConstants.VS_S_PROJECT_UNSAFEREPAIRREQUIRED 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 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