Share via


IVsDeployableProjectCfg2.StartDeploy(IVsOutputWindowPane, UInt32) Method

Definition

Begins deployment.

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

Parameters

pIVsOutputWindowPane
IVsOutputWindowPane

[in] Pointer to a IVsOutputWindowPane to use when reporting progress.

dwOptions
UInt32

[in] Bit flag options for the deployment. Defined by the implementation.

Returns

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

Implements

Applies to