IDocumentPeekResultScrollState::RestoreScrollState Method (ITextView^)

Visual Studio 2015
 

Scrolls any text view to the the IPeekResultScrollState that this inherits from.

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

void RestoreScrollState(
	ITextView^ presentation
)

Parameters

presentation
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

TextView to scroll.

Return to top
Show: