IPeekResultScrollState Interface

Visual Studio 2015
 

captures the state of some result displayed in Peek.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public interface IPeekResultScrollState : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodRestoreScrollState(IPeekResultPresentation)

Restore the presentation to the captured state. presentation will always be the presentation that created this via presentation.CaptureScrollState().

Return to top
Show: