__UPDATE_REFERENCE_REASON 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 reasons for updating project to project references.
public enum class __UPDATE_REFERENCE_REASON
public enum class __UPDATE_REFERENCE_REASON
enum __UPDATE_REFERENCE_REASON
public enum __UPDATE_REFERENCE_REASON
type __UPDATE_REFERENCE_REASON =
Public Enum __UPDATE_REFERENCE_REASON
- Inheritance
-
__UPDATE_REFERENCE_REASON
Fields
Name | Value | Description |
---|---|---|
URR_PROJECT_OPEN | 0 | Specifies that a project is open. |
URR_BUILD | 1 | Specifies that the project is being built. |
URR_START_DEBUG | 2 | Specifies that the project is starting a debug operation. |
URR_REFERENCEPATH_CHANGED | 3 | Specifies that the path to the reference has changed. |
URR_REFERENCE_ADDED | 4 | Specifies that a new reference has been added. |
URR_REFERENCE_REMOVED | 5 | Specifies that a reference has been removed. |
URR_EXPLICIT_USER_ACTION | 6 | Specifies an explicit user action. |
Remarks
COM Signature
From vsshell80.idl: