IVsSccTrackProjectEvents::AdviseSccProjectEvents Method (IVsSccProjectEvents^)

 

Registers an advise sink object to receive notification of specified events affecting the source code control (SCC) project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

unsigned int AdviseSccProjectEvents(
	IVsSccProjectEvents^ pEventSink
)

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::UInt32

A pointer to a returned token that uniquely identifies this SCC project.

Return to top
Show: