REFERENCECHANGETYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of reference change that occurred in the project.
public enum class REFERENCECHANGETYPE
public enum class REFERENCECHANGETYPE
enum REFERENCECHANGETYPE
public enum REFERENCECHANGETYPE
type REFERENCECHANGETYPE =
Public Enum REFERENCECHANGETYPE
- Inheritance
-
REFERENCECHANGETYPE
Fields
REFERENCE_Added | 1 | The reference was added to the project. |
REFERENCE_Changed | 3 | The reference was changed in the project. |
REFERENCE_Removed | 2 | The reference was removed from the project. |