Share via


IPeekResultPresentation.ScrollIntoView(IPeekResultScrollState) Method

Definition

Scrolls open representation of the Peek result into view.

public:
 void ScrollIntoView(Microsoft::VisualStudio::Language::Intellisense::IPeekResultScrollState ^ scrollState);
public void ScrollIntoView (Microsoft.VisualStudio.Language.Intellisense.IPeekResultScrollState scrollState);
abstract member ScrollIntoView : Microsoft.VisualStudio.Language.Intellisense.IPeekResultScrollState -> unit
Public Sub ScrollIntoView (scrollState As IPeekResultScrollState)

Parameters

scrollState
IPeekResultScrollState

The state that defines the desired scroll state of the result. May be null (in which case the default scroll state is used).

Applies to