IVsTrackProjectDocuments2::UnadviseTrackProjectDocumentsEvents Method (UInt32)

 

This method prevents clients from receiving notifications of project documents events.

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

int UnadviseTrackProjectDocumentsEvents(
	unsigned int dwCookie
)

Parameters

dwCookie
Type: System::UInt32

[in] Abstract handle that identifies the client to be unadvised of project documents events.

Return Value

Type: System::Int32

If 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.

Return to top
Show: