Método IVsSolution4.EnsureProjectsAreLoaded (UInt32, Guid , UInt32)
Garante que a lista especificada de projetos e dependências necessárias sejam carregados.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int EnsureProjectsAreLoaded(
uint cProjects,
Guid[] guidProjects,
uint grfFlags
)
int EnsureProjectsAreLoaded(
unsigned int cProjects,
array<Guid>^ guidProjects,
unsigned int grfFlags
)
abstract EnsureProjectsAreLoaded :
cProjects:uint32 *
guidProjects:Guid[] *
grfFlags:uint32 -> int
Function EnsureProjectsAreLoaded (
cProjects As UInteger,
guidProjects As Guid(),
grfFlags As UInteger
) As Integer
Parâmetros
- cProjects
O número de projetos na matriz.
- guidProjects
Uma matriz dos GUIDs dos projetos.
- 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