IVsExternalCompletionSet::SetIntellisenseHost Method (IVsIntellisenseHost^)

 

Set the IntelliSense host that controls the display of the completion list.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int SetIntellisenseHost(
	IVsIntellisenseHost^ pHost
)

Parameters

pHost
Type: Microsoft.VisualStudio.TextManager.Interop::IVsIntellisenseHost^

[in] An IVsIntellisenseHost object representing the IntelliSense host that displays the completion list.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT IVsExternalCompletionSet::SetIntellisenseHost(
   [in] IVsIntellisenseHost *pHost
);
Return to top
Show: