IPeekResultPresentation::ScrollIntoView Method (IPeekResultScrollState^)

Visual Studio 2015
 

Scrolls open representation of the Peek result into view.

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

void ScrollIntoView(
	IPeekResultScrollState^ scrollState
)

Parameters

scrollState
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResultScrollState^

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

Return to top
Show: