IVsTextManager.IgnoreNextFileChange(IVsTextBuffer) 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.
Notifies that the next file change is to be ignored.
public:
int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer);
public:
int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer);
int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer const & pBuffer);
public int IgnoreNextFileChange (Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer pBuffer);
abstract member IgnoreNextFileChange : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer -> int
Public Function IgnoreNextFileChange (pBuffer As IVsTextBuffer) As Integer
Parameters
- pBuffer
- IVsTextBuffer
[in] Pointer to the IVsTextBuffer interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextManager::IgnoreNextFileChange(
[in] IVsTextBuffer *pBuffer
);
This method has a four-second timeout.