REFERENCECHANGETYPE Enumeration

 

Specifies the type of reference change that occurred in the project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum REFERENCECHANGETYPE

Member nameDescription
REFERENCE_Added

The reference was added to the project.

REFERENCE_Changed

The reference was changed in the project.

REFERENCE_Removed

The reference was removed from the project.

Return to top
Show: