VsTextManagerClass.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:
virtual int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::IgnoreNextFileChange;
public:
virtual int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer);
public:
virtual int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::IgnoreNextFileChange;
virtual int IgnoreNextFileChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer const & pBuffer);
public virtual int IgnoreNextFileChange (Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer pBuffer);
abstract member IgnoreNextFileChange : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer -> int
override this.IgnoreNextFileChange : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer -> int
Public Overridable 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.