Share via


IVsPublishableProjectCfg.QueryStatusPublish(Int32) Method

Definition

Queries about the status of an ongoing publishing operation.

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

Parameters

pfPublishDone
Int32

[out] Pointer to a Boolean. Set to true if the publishing is done, false otherwise.

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::QueryStatusPublish(  
   [out] BOOL *pfPublishDone  
);  

Applies to