IDifferenceViewer.ScrollToChange(Difference) 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.
Scroll and move the caret to the start of the given difference.
public:
void ScrollToChange(Microsoft::VisualStudio::Text::Differencing::Difference ^ difference);
void ScrollToChange(Microsoft::VisualStudio::Text::Differencing::Difference const & difference);
public void ScrollToChange (Microsoft.VisualStudio.Text.Differencing.Difference difference);
abstract member ScrollToChange : Microsoft.VisualStudio.Text.Differencing.Difference -> unit
Public Sub ScrollToChange (difference As Difference)
Parameters
- difference
- Difference
The difference to scroll to.