IPeekResultPresenter::TryCreatePeekResultPresentation Method (IPeekResult^)
Visual Studio 2015
Creates IPeekResultPresentation instance for the given IPeekResult.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- result
-
Type:
Microsoft.VisualStudio.Language.Intellisense::IPeekResult^
The Peek result for which to create a visual representation.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResultPresentation^A valid IPeekResultPresentation instance or null if none could be created by this presenter.
Show: