RunningDocumentTable::Unadvise Method (UInt32)

 

Indicates the client is no longer interested in receiving Running Document Table (RDT) events.

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

public:
void Unadvise(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

[in] A unique value returned from the Advise method. See Remarks.

This method is called when the client no longer wants to listen for RDT events. The cookie is the value that is associated with an IVsRunningDocTableEvents object and was returned from the Advise method.

Return to top
Show: