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)
Syntax
'Declaration
Public Enumeration REFERENCECHANGETYPE
public enum REFERENCECHANGETYPE
public enum class REFERENCECHANGETYPE
type REFERENCECHANGETYPE
public enum REFERENCECHANGETYPE
Members
Member name | Description | |
---|---|---|
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. |