IIntellisensePresenterProvider::TryCreateIntellisensePresenter Method (IIntellisenseSession^)

 

Attempts to create an IntelliSense presenter for a given IntelliSense session.

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

IIntellisensePresenter^ TryCreateIntellisensePresenter(
	IIntellisenseSession^ session
)

Parameters

session
Type: Microsoft.VisualStudio.Language.Intellisense::IIntellisenseSession^

The session for which a presenter should be created.

Return Value

Type: Microsoft.VisualStudio.Language.Intellisense::IIntellisensePresenter^

A valid IntelliSense presenter, or null if none could be created.

Return to top
Show: