IPeekResultPresentation Methods
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CanSave(String^) | Can this presentation be saved? |
![]() | CaptureScrollState() | Capture any information about the result prior to navigating to another frame (by using the peek navigation history or doing a recursive peek). |
![]() | Close() | Closes the represenation of the Peek result. An IPeekResultPresentation for an IDocumentPeekResult would for example close the document in this method. |
![]() | Create(IPeekSession^, IPeekResultScrollState^) | Create WPF visual representation of the Peek result. An IPeekResultPresentation for an < IDocumentPeekResult would for example open document and return a WPF control of the IWpfTextViewHost. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | ScrollIntoView(IPeekResultScrollState^) | Scrolls open representation of the Peek result into view. |
![]() | SetKeyboardFocus() | Sets keyboard focus to the open representation of the Peek result. |
![]() | TryOpen(IPeekResult^) | Tries to open another IPeekResult while keeping the same presentation. For example document result presentation might check if otherResult represents a result in the same document and would reuse already open document. |
![]() | TryPrepareToClose() | Prepare to close the presentation. |
![]() | TrySave(Boolean) | Save the current version of this presentation. |
