IVsContainedLanguageHost::QueryEditFile Method ()
Visual Studio 2015
Determines if the secondary buffer can be modified.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
From singlefileeditor.idl:
HRESULT QueryEditFile();
This method is called by the contained language when a change needs to be made to the secondary buffer. The editor typically does not allow changes if the source file is locked for some reason.
Show: