IPeekResultPresenter::TryCreatePeekResultPresentation Method (IPeekResult^)

Visual Studio 2015
 

Creates IPeekResultPresentation instance for the given IPeekResult.

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

IPeekResultPresentation^ TryCreatePeekResultPresentation(
	IPeekResult^ result
)

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.

Return to top
Show: