IVsDeployableProjectCfg2.WaitDeploy(UInt32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
过时的方法。 请勿使用。
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
请勿使用。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。