IVsTrackProjectDocuments2::UnadviseTrackProjectDocumentsEvents Method (UInt32)
Visual Studio 2015
This method prevents clients from receiving notifications of project documents events.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwCookie
-
Type:
System::UInt32
[in] Abstract handle that identifies the client to be unadvised of project documents events.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From IVsTrackProjectDocuments2.idl
HRESULT IVsTrackProjectDocuments2::UnadviseTrackProjectDocumentsEvents(
[in] VSCOOKIE dwCookie
);
dwCookie is the same parameter that was returned by the call to AdviseTrackProjectDocumentsEvents.
Show: