Aracılığıyla paylaş


IVsSolutionLoadEvents.OnAfterLoadProjectBatch Yöntem (Boolean)

 

Bir toplu işin bağımlı projelerin yüklemesi tamamlandığında gönderildi.

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 OnAfterLoadProjectBatch(
    bool fIsBackgroundIdleBatch
)
int OnAfterLoadProjectBatch(
    bool fIsBackgroundIdleBatch
)
abstract OnAfterLoadProjectBatch : 
        fIsBackgroundIdleBatch:bool -> int
Function OnAfterLoadProjectBatch (
    fIsBackgroundIdleBatch As Boolean
) As Integer

Parametreler

  • fIsBackgroundIdleBatch
    Type: System.Boolean

    true Toplu işlem arka planda, aksi takdirde yüklenir, false.

Dönüş Değeri

Type: System.Int32

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

Ayrıca bkz.

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

Başa dön