OleComponent.IOleComponent.HwndGetWindow Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Private Function HwndGetWindow ( _
dwWhich As UInteger, _
dwReserved As UInteger _
) As IntPtr Implements IOleComponent.HwndGetWindow
IntPtr IOleComponent.HwndGetWindow(
uint dwWhich,
uint dwReserved
)
Parameters
- dwWhich
Type: System.UInt32
The type of window to retrieve, maps directly to a value in WindowType.
- dwReserved
Type: System.UInt32
Reserved for future use and should be zero
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.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace