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
声明
Public Enumeration enumSccEvent
用法
Dim instance As enumSccEvent
public enum enumSccEvent
public enum class 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.