IVsPublishableProjectCfg::ShowPublishPrompt Method (Int32)
Visual Studio 2015
Displays a prompt to ask whether or not a publishing operation should be done.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pfContinue
-
Type:
System::Int32
[out] Boolean. Set to true if the publishing should continue.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsPublishableProjectCfg::ShowPublishPrompt( [out] BOOL *pfContinue );
Show: