IOleComponent.HwndGetWindow Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Function HwndGetWindow ( _
    dwWhich As UInteger, _
    dwReserved As UInteger _
) As IntPtr
‘사용 방법
Dim instance As IOleComponent
Dim dwWhich As UInteger
Dim dwReserved As UInteger
Dim returnValue As IntPtr

returnValue = instance.HwndGetWindow(dwWhich, _
    dwReserved)
IntPtr HwndGetWindow(
    uint dwWhich,
    uint dwReserved
)
IntPtr HwndGetWindow(
    [InAttribute] unsigned int dwWhich, 
    [InAttribute] unsigned int dwReserved
)
abstract HwndGetWindow : 
        dwWhich:uint32 * 
        dwReserved:uint32 -> IntPtr 
function HwndGetWindow(
    dwWhich : uint, 
    dwReserved : uint
) : IntPtr

Parameters

Return Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

IOleComponent Interface

IOleComponent Members

Microsoft.VisualStudio.OLE.Interop Namespace