IVsPublishableProjectCfg.ShowPublishPrompt(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.
Displays a prompt to ask whether or not a publishing operation should be done.
public:
int ShowPublishPrompt([Runtime::InteropServices::Out] int % pfContinue);
int ShowPublishPrompt([Runtime::InteropServices::Out] int & pfContinue);
public int ShowPublishPrompt (out int pfContinue);
abstract member ShowPublishPrompt : int -> int
Public Function ShowPublishPrompt (ByRef pfContinue As Integer) As Integer
Parameters
- pfContinue
- Int32
[out] Boolean. Set to true
if the publishing should continue.
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::ShowPublishPrompt(
[out] BOOL *pfContinue
);