Método IVsBuildableProjectCfg.Wait (UInt32, Int32)

 

Publicado: abril de 2016

Método obsoleto.Não use.

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

Sintaxe

int Wait(
    uint dwMilliseconds,
    int fTickWhenMessageQNotEmpty
)
int Wait(
    unsigned int dwMilliseconds,
    int fTickWhenMessageQNotEmpty
)
abstract Wait : 
        dwMilliseconds:uint32 *
        fTickWhenMessageQNotEmpty:int -> int
Function Wait (
    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 IVsBuildableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo