IVsIntellisenseProject.Init(IVsIntellisenseProjectHost) Methode

Definition

Initialisiert ein IntelliSense-Projekt.

public:
 int Init(Microsoft::VisualStudio::Shell::Interop::IVsIntellisenseProjectHost ^ pHost);
public:
 int Init(Microsoft::VisualStudio::Shell::Interop::IVsIntellisenseProjectHost ^ pHost);
int Init(Microsoft::VisualStudio::Shell::Interop::IVsIntellisenseProjectHost const & pHost);
public int Init (Microsoft.VisualStudio.Shell.Interop.IVsIntellisenseProjectHost pHost);
abstract member Init : Microsoft.VisualStudio.Shell.Interop.IVsIntellisenseProjectHost -> int
Public Function Init (pHost As IVsIntellisenseProjectHost) As Integer

Parameter

pHost
IVsIntellisenseProjectHost

[in] Zeiger auf die IVsIntellisenseProjectHost-Schnittstelle des Hierarchieknotens, der das Projekt enthält.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Gilt für