Método IVsUIShell4.GetWindowEnum (UInt32, IEnumWindowFrames)

 

Publicado: abril de 2016

Retorna um enumerador de janela que contém os tipos solicitados do windows.

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

Sintaxe

int GetWindowEnum(
    uint type,
    out IEnumWindowFrames ppEnum
)
int GetWindowEnum(
    unsigned int type,
    [OutAttribute] IEnumWindowFrames^% ppEnum
)
abstract GetWindowEnum : 
        type:uint32 *
        ppEnum:IEnumWindowFrames byref -> int
Function GetWindowEnum (
    type As UInteger,
    <OutAttribute> ByRef ppEnum As IEnumWindowFrames
) As Integer

Parâmetros

  • type
    [in] Os tipos de janelas para retornar.
  • ppEnum
    [out] A interface de enumeração para os quadros de janela.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Consulte também

Interface IVsUIShell4
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo