IDocumentPeekResultScrollState Interface
Visual Studio 2015
Extends the capability of the IPeekResultScrollState to be able to scroll and zoom any text view, rather than only the currently visible presentation.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | RestoreScrollState(IPeekResultPresentation) | Restore the presentation to the captured state. presentation will always be the presentation that created this via presentation.CaptureScrollState().(Inherited from IPeekResultScrollState.) |
![]() | RestoreScrollState(ITextView) | Scrolls any text view to the the IPeekResultScrollState that this inherits from. |
![]() | RestoreZoomState(ITextView) | Restores zoom level in given text view. |
Show:
