IPeekResultScrollState.RestoreScrollState(IPeekResultPresentation) 方法

定义

将演示还原到捕获的状态。

public:
 void RestoreScrollState(Microsoft::VisualStudio::Language::Intellisense::IPeekResultPresentation ^ presentation);
public void RestoreScrollState (Microsoft.VisualStudio.Language.Intellisense.IPeekResultPresentation presentation);
abstract member RestoreScrollState : Microsoft.VisualStudio.Language.Intellisense.IPeekResultPresentation -> unit
Public Sub RestoreScrollState (presentation As IPeekResultPresentation)

参数

presentation
IPeekResultPresentation

要滚动的结果演示。

注解

presentation 将始终是通过演示创建的演示文稿。CaptureScrollState () 。

适用于