Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- dwWhich
Type: System.UInt32
- dwReserved
Type: System.UInt32
Return Value
Type: System.IntPtr
Implements
IOleComponent.HwndGetWindow(UInt32, UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.