IVsPublishableProjectCfg.StopPublish(Int32) Methode

Definition

Stoppt einen Veröffentlichungsvorgang.

public:
 int StopPublish(int fSync);
public:
 int StopPublish(int fSync);
int StopPublish(int fSync);
public int StopPublish (int fSync);
abstract member StopPublish : int -> int
Public Function StopPublish (fSync As Integer) As Integer

Parameter

fSync
Int32

[in] Boolesch. Verwenden Sie true, wenn der Veröffentlichungsvorgang synchron ist. Verwenden Sie andernfalls false.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

[C++]

HRESULT IVsPublishableProjectCfg::StopPublish(  
   [in] BOOL fSync  
);  

Gilt für