IVsIntellisenseProject.Init(IVsIntellisenseProjectHost) Method

Definition

Initializes an Intellisense project.

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

Parameters

pHost
IVsIntellisenseProjectHost

[in] Pointer to the IVsIntellisenseProjectHost interface of the hierarchy node containing the project.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to