IVsDeployableProjectCfg2.WaitDeploy(UInt32, Int32) 方法

定义

过时的方法。 请勿使用。

public:
 int WaitDeploy(System::UInt32 dwMilliseconds, int fTickWhenMessageQNotEmpty);
public:
 int WaitDeploy(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
int WaitDeploy(unsigned int dwMilliseconds, int fTickWhenMessageQNotEmpty);
public int WaitDeploy (uint dwMilliseconds, int fTickWhenMessageQNotEmpty);
abstract member WaitDeploy : uint32 * int -> int
Public Function WaitDeploy (dwMilliseconds As UInteger, fTickWhenMessageQNotEmpty As Integer) As Integer

参数

dwMilliseconds
UInt32

请勿使用。

fTickWhenMessageQNotEmpty
Int32

请勿使用。

返回

Int32

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

实现

适用于