IVsExternalCompletionSet.SetIntellisenseHost(IVsIntellisenseHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the IntelliSense host that controls the display of the completion list.
public:
int SetIntellisenseHost(Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost ^ pHost);
public:
int SetIntellisenseHost(Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost ^ pHost);
int SetIntellisenseHost(Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost const & pHost);
public int SetIntellisenseHost (Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost pHost);
abstract member SetIntellisenseHost : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost -> int
Public Function SetIntellisenseHost (pHost As IVsIntellisenseHost) As Integer
Parameters
- pHost
- IVsIntellisenseHost
[in] An IVsIntellisenseHost object representing the IntelliSense host that displays the completion list.
Returns
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
HRESULT IVsExternalCompletionSet::SetIntellisenseHost(
[in] IVsIntellisenseHost *pHost
);