IVsPublishableProjectStatusCallback.PublishEnd(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.
Notifies the environment that a publishing operation has ended.
public:
int PublishEnd(int fSuccess);
public:
int PublishEnd(int fSuccess);
int PublishEnd(int fSuccess);
public int PublishEnd (int fSuccess);
abstract member PublishEnd : int -> int
Public Function PublishEnd (fSuccess As Integer) As Integer
Parameters
- fSuccess
- Int32
[in] Indicates whether the publishing operation completed successfully. If true
, the publishing operation completed successfully.
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 IVsPublishableProjectStatusCallback::PublishEnd(
[in] BOOL fSuccess
);