CommonMessagePump.IOleComponent2Private.HwndGetWindow Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Private Function HwndGetWindow ( _
    dwWhich As UInteger, _
    dwReserved As UInteger _
) As IntPtr Implements IOleComponent2Private.HwndGetWindow
用法
Dim instance As CommonMessagePump
Dim dwWhich As UInteger
Dim dwReserved As UInteger
Dim returnValue As IntPtr

returnValue = CType(instance, IOleComponent2Private).HwndGetWindow(dwWhich, _
    dwReserved)
IntPtr IOleComponent2Private.HwndGetWindow(
    uint dwWhich,
    uint dwReserved
)
private:
virtual IntPtr HwndGetWindow(
    unsigned int dwWhich, 
    unsigned int dwReserved
) sealed = IOleComponent2Private::HwndGetWindow
private abstract HwndGetWindow : 
        dwWhich:uint32 * 
        dwReserved:uint32 -> IntPtr 
private override HwndGetWindow : 
        dwWhich:uint32 * 
        dwReserved:uint32 -> IntPtr 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.IntPtr

Implements

IOleComponent2Private.HwndGetWindow(UInt32, UInt32)

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

Microsoft.VisualStudio.Shell Namespace