VsTextManagerClass::SuspendFileChangeAdvise Method (String^, Int32)
Visual Studio 2015
Suspends file change notifications for a given file.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pszFileName
-
Type:
System::String^
[in] File on which to suspend notification of changes made.
- fSuspend
-
Type:
System::Int32
[in] true if change notification is suspended on the specified file name.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: