VisualStudioIdleWrapper.HwndGetWindow Method

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Function HwndGetWindow ( _
    dwWhich As UInteger, _
    dwReserved As UInteger _
) As IntPtr
public IntPtr HwndGetWindow(
    uint dwWhich,
    uint dwReserved
)
public:
virtual IntPtr HwndGetWindow(
    unsigned int dwWhich, 
    unsigned int dwReserved
) sealed
abstract HwndGetWindow : 
        dwWhich:uint32 * 
        dwReserved:uint32 -> IntPtr  
override HwndGetWindow : 
        dwWhich:uint32 * 
        dwReserved:uint32 -> IntPtr
public final function HwndGetWindow(
    dwWhich : uint, 
    dwReserved : uint
) : IntPtr

Parameters

Return Value

Type: System.IntPtr

Implements

IOleComponent.HwndGetWindow(UInt32, UInt32)

.NET Framework Security

See Also

Reference

VisualStudioIdleWrapper Class

Microsoft.VisualStudio.TeamFoundation Namespace