IVsSccTrackProjectEvents::AdviseSccProjectEvents Method (IVsSccProjectEvents^)
Visual Studio 2015
Registers an advise sink object to receive notification of specified events affecting the source code control (SCC) project.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- pEventSink
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSccProjectEvents^
[in] A pointer to the IVsSccProjectEvents interface on the client's advise sink. The client's sink receives outgoing calls from the SCC project.
Return Value
Type: System::UInt32A pointer to a returned token that uniquely identifies this SCC project.
Show: