IVsIntellisenseProject.Init(IVsIntellisenseProjectHost) Método

Definição

Inicializa um projeto do IntelliSense.

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

Parâmetros

pHost
IVsIntellisenseProjectHost

no Ponteiro para a IVsIntellisenseProjectHost interface do nó da hierarquia que contém o projeto.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a