IVsTextBufferEx::GetTrackChanges Method (Int32)
Visual Studio 2015
Determines the change tracking status of the text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pfIsTracking
-
Type:
System::Int32
[in] If non-zero (TRUE), changes are being tracked in the text buffer; if zero (FALSE), changes are not being tracked.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Call this method to determine if changes are being tracked in the text buffer. If changes are being tracked, this method returns TRUE even if change tracking has been suppressed by a call to SetTrackChangesSuppression.
Show: