IVCProjectEngineEvents::SccEvent Method (Object^, enumSccEvent)
Visual Studio 2015
Signifies that a source code control event has occurred.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Item
-
Type:
System::Object^
Required. The item.
- event
-
Type:
Microsoft.VisualStudio.VCProjectEngine::enumSccEvent
Required. The event. An enumSccEvent value.
The SccEvent method can be used to catch, allow changing of project file settings, or disallow changing of project file settings. It can also be used when integrating your own source code system into Visual Studio.
Show: