Property of IBaseView
Returns View window handle
Read-Only Property of type ULONG
var hWnd = BaseView.Window;
hWnd = BaseView.Window
ULONG hWnd; HRESULT hr = BaseView.get_Window(&hWnd);
IBaseView