__UPDATE_REFERENCE_REASON Enumeration

 

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)

public enum __UPDATE_REFERENCE_REASON

Member nameDescription
URR_BUILD

Specifies that the project is being built.

URR_EXPLICIT_USER_ACTION

Specifies an explicit user action.

URR_PROJECT_OPEN

Specifies that a project is open.

URR_REFERENCE_ADDED

Specifies that a new reference has been added.

URR_REFERENCE_REMOVED

Specifies that a reference has been removed.

URR_REFERENCEPATH_CHANGED

Specifies that the path to the reference has changed.

URR_START_DEBUG

Specifies that the project is starting a debug operation.

From vsshell80.idl:

Return to top
Show: