Método IVsSolution4.EnsureProjectIsLoaded (Guid, UInt32)
Garante que esse projeto e dependências necessárias sejam carregadas.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int EnsureProjectIsLoaded(
[InAttribute] ref Guid guidProject,
uint grfFlags
)
int EnsureProjectIsLoaded(
[InAttribute] Guid% guidProject,
unsigned int grfFlags
)
abstract EnsureProjectIsLoaded :
guidProject:Guid byref *
grfFlags:uint32 -> int
Function EnsureProjectIsLoaded (
<InAttribute> ByRef guidProject As Guid,
grfFlags As UInteger
) As Integer
Parâmetros
- guidProject
O GUID do projeto.
- grfFlags
O __VSBSLFLAGS que especificam como os projetos devem ser carregados.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsSolution4
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo