IVsExternalCompletionSet::SetIntellisenseHost Method (IVsIntellisenseHost^)
Visual Studio 2015
Set the IntelliSense host that controls the display of the completion list.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pHost
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsIntellisenseHost^
[in] An IVsIntellisenseHost object representing the IntelliSense host that displays the completion list.
From singlefileeditor.idl:
HRESULT IVsExternalCompletionSet::SetIntellisenseHost(
[in] IVsIntellisenseHost *pHost
);
Show: