IVsIntellisenseProject.Init(IVsIntellisenseProjectHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
[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.