Share via


IVsPublishableProjectStatusCallback.PublishEnd(Int32) Method

Definition

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  
);  

Applies to