IVsPublishableProjectCfg.StopPublish(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Halts a publishing operation.
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
Parameters
- fSync
- Int32
[in] Boolean. Use true
if the publishing operation is synchronous. Otherwise, use false
.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsPublishableProjectCfg::StopPublish(
[in] BOOL fSync
);