enumSccEvent Enumeration
Signifies an event that has occurred in the project engine.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration enumSccEvent
public enum enumSccEvent
public enum class enumSccEvent
type enumSccEvent
public enum enumSccEvent
Members
Member name | Description | |
---|---|---|
ePreDirtyNotification | Event occurs before the file is changed. | |
eProjectInScc | Notifies that new project is under source code control. |
Remarks
Used by the SccEvent method.