IVsFileChangeEx::UnadviseDirChange Method (UInt32)
Visual Studio 2015
Disables a client from receiving notifications of changes to a directory.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- VSCOOKIE
-
Type:
System::UInt32
[in] Unique identifier of the file with which the event sink should be disassociated. This is the same value that was provided in the AdviseDirChange Method.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsFileChangeEx::UnadviseDirChange(
[in] VSCOOKIE vsCookie
);
Show: