Aracılığıyla paylaş


IVsSolution4.IsBackgroundSolutionLoadEnabled Yöntem (Boolean)

 

Arka plan çözüm yük özelliği zaten etkin olup olmadığını belirler (VSPROPID_ActiveSolutionLoadManager ayarlandıktan sonra).

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop.10.0 (Microsoft.VisualStudio.Shell.Interop.10.0.dll içinde)

Sözdizimi

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

Parametreler

  • pfIsEnabled
    [Çıkış] true arka planda yükleme, aksi halde etkinse, false.

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, verir S_OK.Başarısız olursa, bir hata kodu döndürür.

Ayrıca bkz.

IVsSolution4 Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön