Aracılığıyla paylaş


IVsSolutionBuildManager2.QueryBuildManagerBusy Yöntem (Int32)

 

Yapı Yöneticisi meşgul olup olmadığını belirler.

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

Sözdizimi

int QueryBuildManagerBusy(
    out int pfBuildManagerBusy
)
int QueryBuildManagerBusy(
    [OutAttribute] int% pfBuildManagerBusy
)
abstract QueryBuildManagerBusy : 
        pfBuildManagerBusy:int byref -> int
Function QueryBuildManagerBusy (
    <OutAttribute> ByRef pfBuildManagerBusy As Integer
) As Integer

Parametreler

  • pfBuildManagerBusy
    [Çıkış] Yapı Yöneticisi meşgul olduğunu belirten bir bayrak için işaretçi.

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.

Uygulanan

IVsSolutionBuildManager.QueryBuildManagerBusy(Int32)

Notlar

com imzası

Vsshell.idl:

HRESULT IVsSolutionBuildManager2::QueryBuildManagerBusy(
   [out] BOOL *pfBuildManagerBusy
);

Çözümü oluþturun Yöneticisi kümeleri pfBuildManagerBusy için true kesilemez görev yapıyorsa.Aksi halde, ayarlar pfBuildManagerBusy için false.

Ayrıca bkz.

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

Başa dön