Пример #1
0
 int Com.IDocHostUIHandler.ShowUI(
     int dwID,
     Com.IOleInPlaceActiveObject activeObject,
     Com.IOleCommandTarget commandTarget,
     Com.IOleInPlaceFrame frame,
     Com.IOleInPlaceUIWindow doc)
 => Native.E_NOTIMPL;
Пример #2
0
 int Com.IOleInPlaceSite.GetWindowContext (
     out Com.IOleInPlaceFrame ppFrame,
     out Com.IOleInPlaceUIWindow ppDoc,
     Native.COMRECT lprcPosRect,
     Native.COMRECT lprcClipRect,
     Native.OLEINPLACEFRAMEINFO lpFrameInfo)
 {
     throw new NotImplementedException ();
 }