IVsPublishableProjectStatusCallback.PublishBegin(Int32) Method

Definition

Notifies the environment that a publishing operation has begun.

public:
 int PublishBegin([Runtime::InteropServices::Out] int % pfContinue);
int PublishBegin([Runtime::InteropServices::Out] int & pfContinue);
public int PublishBegin (out int pfContinue);
abstract member PublishBegin : int -> int
Public Function PublishBegin (ByRef pfContinue As Integer) As Integer

Parameters

pfContinue
Int32

[in, out] Pointer to a flag that is set to true if the publishing operation can continue, or false if it should be terminated.

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::PublishBegin(  
   [in, out] BOOL *pfContinue  
);  

Applies to