Partager via


IVsExternalCompletionSet.SetIntellisenseHost, méthode

Définissez l'hôte d'Intellisense qui contrôle l'affichage de la liste de saisie semi-automatique.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsExternalCompletionSet Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms