__VSREFERENCEAPPLYRESULT Enum
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.
Specifies the result of applying reference changes.
public enum class __VSREFERENCEAPPLYRESULT
public enum class __VSREFERENCEAPPLYRESULT
enum __VSREFERENCEAPPLYRESULT
public enum __VSREFERENCEAPPLYRESULT
type __VSREFERENCEAPPLYRESULT =
Public Enum __VSREFERENCEAPPLYRESULT
- Inheritance
-
__VSREFERENCEAPPLYRESULT
Fields
APPLYRESULT_AppliedSuccessfully | 1 | The reference changes were applied successfully. |
APPLYRESULT_NotApplied | 0 | The reference changes were NOT applied successfully, but the Reference Manager Dialog may stay open (e.g. operation was canceled and project was not reloaded). |
APPLYRESULT_NotAppliedAndCloseDialog | -1 | The reference changes were NOT applied successfully, and the Reference Manager Dialog must close (e.g. the project was reloaded and state of project is unknown). |