IVsPublishableProjectStatusCallback.Tick(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 is in progress.
public:
int Tick([Runtime::InteropServices::Out] int % pfContinue);
int Tick([Runtime::InteropServices::Out] int & pfContinue);
public int Tick (out int pfContinue);
abstract member Tick : int -> int
Public Function Tick (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::Tick(
[in, out] BOOL *pfContinue
);