IPeekResultPresentation::Create Method (IPeekSession^, IPeekResultScrollState^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- session
-
Type:
Microsoft.VisualStudio.Language.Intellisense::IPeekSession^
The IPeekSession containing the Peek result.
- 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).
Show: