IPeekResultPresentation.CaptureScrollState Method

Definition

Captures any information about the result prior to navigating to another frame (by using the peek navigation history or doing a recursive peek).

public:
 Microsoft::VisualStudio::Language::Intellisense::IPeekResultScrollState ^ CaptureScrollState();
public Microsoft.VisualStudio.Language.Intellisense.IPeekResultScrollState CaptureScrollState ();
abstract member CaptureScrollState : unit -> Microsoft.VisualStudio.Language.Intellisense.IPeekResultScrollState
Public Function CaptureScrollState () As IPeekResultScrollState

Returns

Returns IPeekResultScrollState.

Applies to