IPeekResultPresentation.ScrollIntoView(IPeekResultScrollState) 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.
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).