Método IOleComponent2.HwndGetWindow (UInt32, UInt32)

 

Publicado: abril de 2016

Use Base

True

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

Sintaxe

IntPtr HwndGetWindow(
    uint dwWhich,
    uint dwReserved
)
IntPtr HwndGetWindow(
    unsigned int dwWhich,
    unsigned int dwReserved
)
abstract HwndGetWindow : 
        dwWhich:uint32 *
        dwReserved:uint32 -> nativeint
Function HwndGetWindow (
    dwWhich As UInteger,
    dwReserved As UInteger
) As IntPtr

Parâmetros

  • dwWhich
  • dwReserved

Valor de retorno

Type: System.IntPtr

Implementações

IOleComponent.HwndGetWindow(UInt32, UInt32)

Consulte também

Interface IOleComponent2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo