Compartir a través de


IVsExternalCompletionSet.SetIntellisenseHost (Método)

Establezca el host de IntelliSense que controla la lista de finalización.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function SetIntellisenseHost ( _
    pHost As IVsIntellisenseHost _
) As Integer
int SetIntellisenseHost(
    IVsIntellisenseHost pHost
)
int SetIntellisenseHost(
    [InAttribute] IVsIntellisenseHost^ pHost
)
abstract SetIntellisenseHost : 
        pHost:IVsIntellisenseHost -> int
function SetIntellisenseHost(
    pHost : IVsIntellisenseHost
) : int

Parámetros

Valor devuelto

Tipo: Int32
Si finaliza correctamente, devuelve S_OK; de lo contrario, devuelve un código de error.

Comentarios

Prototipo COM

de singlefileeditor.idl:

HRESULT IVsExternalCompletionSet::SetIntellisenseHost(
   [in] IVsIntellisenseHost *pHost
);

Seguridad de .NET Framework

Vea también

Referencia

IVsExternalCompletionSet Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)