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
eProjectInScc Notifies that new project is under source code control.
ePreDirtyNotification Event occurs before the file is changed.

Remarks

Used by the SccEvent method.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace