IVsIntellisenseCompletor.Initialize(IVsIntellisenseHost, IntPtr) Méthode

Définition

Initialise le completor Intellisense.

public:
 int Initialize(Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseHost ^ pHost, IntPtr hwndParent);
public int Initialize (Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost pHost, IntPtr hwndParent);
abstract member Initialize : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseHost * nativeint -> int
Public Function Initialize (pHost As IVsIntellisenseHost, hwndParent As IntPtr) As Integer

Paramètres

pHost
IVsIntellisenseHost

Pointeur vers IVsIntellisenseHost

hwndParent
IntPtr

Handle vers la fenêtre parente.

Retours

Int32

Si la méthode réussit, elle retourne VSConstants.S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

C++

À partir de singlefileeditor. idl :

HRESULT IVsIntellisenseCompletor::Initialize(IVsIntellisenseHost *pHost, HWND hwndParent);

S’applique à