Compartilhar via


Método IVsSolution4.IsBackgroundSolutionLoadEnabled (Boolean)

 

Determina se o recurso de carregamento de solução de plano de fundo já foi ativado (VSPROPID_ActiveSolutionLoadManager foi definido).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int IsBackgroundSolutionLoadEnabled(
    out bool pfIsEnabled
)
int IsBackgroundSolutionLoadEnabled(
    [OutAttribute] bool% pfIsEnabled
)
abstract IsBackgroundSolutionLoadEnabled : 
        pfIsEnabled:bool byref -> int
Function IsBackgroundSolutionLoadEnabled (
    <OutAttribute> ByRef pfIsEnabled As Boolean
) As Integer

Parâmetros

  • pfIsEnabled
    [out] true se o carregamento de plano de fundo estiver ativado, caso contrário, false.

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