IVsDeployableProjectCfg2.StartDeploy(IVsOutputWindowPane, UInt32) 方法

定义

开始部署。

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

参数

pIVsOutputWindowPane
IVsOutputWindowPane

中一个指针,指向 IVsOutputWindowPane 要在报告进度时使用的。

dwOptions
UInt32

中用于部署的位标志选项。 由实现定义。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于