IOleComponent.HwndGetWindow Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Déclaration
Function HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr
'Utilisation
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
- dwWhich
Type: System.UInt32
- dwReserved
Type: System.UInt32
Return Value
Type: System.IntPtr
.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.