CommonMessagePump.IOleComponent2Private.HwndGetWindow(UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual IntPtr Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.HwndGetWindow(System::UInt32 dwWhich, System::UInt32 dwReserved) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::HwndGetWindow;
IntPtr IOleComponent2Private.HwndGetWindow (uint dwWhich, uint dwReserved);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.HwndGetWindow : uint32 * uint32 -> nativeint
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.HwndGetWindow : uint32 * uint32 -> nativeint
Function HwndGetWindow (dwWhich As UInteger, dwReserved As UInteger) As IntPtr Implements IOleComponent2Private.HwndGetWindow
参数
- dwWhich
- UInt32
- dwReserved
- UInt32
返回
-
IntPtr
nativeint
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.HwndGetWindow(System.UInt32,System.UInt32)