Share via


IVsDeployableProjectCfg2.StartCleanDeploy(IVsOutputWindowPane, UInt32) Method

Definition

public:
 int StartCleanDeploy(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, System::UInt32 dwOptions);
public:
 int StartCleanDeploy(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, unsigned int dwOptions);
int StartCleanDeploy(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane const & pIVsOutputWindowPane, unsigned int dwOptions);
public int StartCleanDeploy (Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane pIVsOutputWindowPane, uint dwOptions);
abstract member StartCleanDeploy : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane * uint32 -> int
Public Function StartCleanDeploy (pIVsOutputWindowPane As IVsOutputWindowPane, dwOptions As UInteger) As Integer

Parameters

pIVsOutputWindowPane
IVsOutputWindowPane
dwOptions
UInt32

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to