IIntellisensePresenterProvider::TryCreateIntellisensePresenter Method (IIntellisenseSession^)
Visual Studio 2015
Attempts to create an IntelliSense presenter for a given IntelliSense session.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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.
Show: