Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies reasons for updating project to project references.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __UPDATE_REFERENCE_REASON
public enum __UPDATE_REFERENCE_REASON
public enum class __UPDATE_REFERENCE_REASON
type __UPDATE_REFERENCE_REASON
public enum __UPDATE_REFERENCE_REASON
Members
Member name | Description | |
---|---|---|
URR_PROJECT_OPEN | Specifies that a project is open. | |
URR_BUILD | Specifies that the project is being built. | |
URR_START_DEBUG | Specifies that the project is starting a debug operation. | |
URR_REFERENCEPATH_CHANGED | Specifies that the path to the reference has changed. | |
URR_REFERENCE_ADDED | Specifies that a new reference has been added. | |
URR_REFERENCE_REMOVED | Specifies that a reference has been removed. | |
URR_EXPLICIT_USER_ACTION | Specifies an explicit user action. |
Remarks
COM Signature
From vsshell80.idl: