DocData.SuspendFileChangeNotification(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Suspend file change notifications for the given file. Helpful to avoid spurious file reload messages for subordinate files.
protected:
void SuspendFileChangeNotification(System::String ^ fileName);
protected void SuspendFileChangeNotification (string fileName);
member this.SuspendFileChangeNotification : string -> unit
Protected Sub SuspendFileChangeNotification (fileName As String)
Parameters
- fileName
- String