Aracılığıyla paylaş


IVsBuildableProjectCfg.Stop Yöntem (Int32)

 

Bir proje oluşturma durdurma istekleri.

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

Sözdizimi

int Stop(
    int fSync
)
int Stop(
    int fSync
)
abstract Stop : 
        fSync:int -> int
Function Stop (
    fSync As Integer
) As Integer

Parametreler

  • fSync
    Type: System.Int32

    [in] Bayrağı ayarlandığında true yapı zaman uyumlu olarak durdurulması ve false zaman uyumsuz olarak durdurulabilir.

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.

Notlar

COM imza

Vsshell.idl:

HRESULT IVsBuildableProjectCfg::Stop(
   [in] BOOL fSync
);

Ayrıca bkz.

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

Başa dön