IVsPublishableProjectCfg.StopPublish(Int32) Método

Definição

Interrompe uma operação de publicação.

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

Parâmetros

fSync
Int32

no Boolean. Use true se a operação de publicação for síncrona. Caso contrário, use false.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

[C++]

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

Aplica-se a