Share via


IVsPublishableProjectCfg.ShowPublishPrompt(Int32) Method

Definition

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  
);  

Applies to