Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |