IVsSccTrackProjectEvents.UnAdviseSccProjectEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancels the sending of notifications previously set up with a call to the AdviseSccProjectEvents(IVsSccProjectEvents) method.
public:
void UnAdviseSccProjectEvents(System::UInt32 dwCookie);
public:
void UnAdviseSccProjectEvents(unsigned int dwCookie);
void UnAdviseSccProjectEvents(unsigned int dwCookie);
public void UnAdviseSccProjectEvents (uint dwCookie);
abstract member UnAdviseSccProjectEvents : uint32 -> unit
Public Sub UnAdviseSccProjectEvents (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
[in] The token that identifies the SCC project.