IVsFileChangeEx::UnadviseFileChange Method (UInt32)
Visual Studio 2015
Disables a client from receiving notifications of changes to a file.
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 AdviseFileChange 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::UnadviseFileChange(
[in] VSCOOKIE vsCookie
);
Show: