IVsPublishableProjectCfg.QueryStatusPublish(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.
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
);