Aracılığıyla paylaş


IVsSolutionBuildManager2.CanCancelUpdateSolutionConfiguration Yöntem (Int32)

 

Etkinleştirir veya devre dışı bırakır İptal menü öğesi.

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

Sözdizimi

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

Parametreler

  • pfCanCancel
    [Çıkış] Gösteren bir bayrak için işaretçiyi olup olmadığını veya ne de güncelleştirme iptal edildi.

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.CanCancelUpdateSolutionConfiguration(Int32)

Notlar

com imzası

Vsshell.idl:

HRESULT IVsSolutionBuildManager2::CanCancelUpdateSolutionConfiguration(
   [out] BOOL *pfCanCancel
);

Ayrıca bkz.

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

Başa dön