Partilhar via


Método IVsDeployableProjectCfg.WaitDeploy (UInt32, Int32)

 

Método obsoleto.Não use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int WaitDeploy(
    uint dwMilliseconds,
    int fTickWhenMessageQNotEmpty
)
int WaitDeploy(
    unsigned int dwMilliseconds,
    int fTickWhenMessageQNotEmpty
)
abstract WaitDeploy : 
        dwMilliseconds:uint32 *
        fTickWhenMessageQNotEmpty:int -> int
Function WaitDeploy (
    dwMilliseconds As UInteger,
    fTickWhenMessageQNotEmpty As Integer
) As Integer

Parâmetros

  • dwMilliseconds
    Não use.
  • fTickWhenMessageQNotEmpty
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsDeployableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo