IOleInPlaceObjectWindowless 接口

允许一个无窗口的对象处理 windows 消息和在拖放操作参与。 从 IOleInPlaceObject扩展和继承。 有关更多信息,请参见 IOleInPlaceObjectWindowless

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceObjectWindowless _
    Inherits IOleInPlaceObject
[GuidAttribute("1C2056CC-5EF4-101B-8BC8-00AA003E3B29")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceObjectWindowless : IOleInPlaceObject

IOleInPlaceObjectWindowless 类型公开以下成员。

方法

  名称 说明
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleInPlaceObject。)
公共方法 ContextSensitiveHelp(Int32)
公共方法 GetDropTarget
公共方法 GetWindow(IntPtr%) (继承自 IOleInPlaceObject。)
公共方法 GetWindow(IntPtr%)
公共方法 InPlaceDeactivate() (继承自 IOleInPlaceObject。)
公共方法 InPlaceDeactivate()
公共方法 OnWindowMessage
公共方法 ReactivateAndUndo() (继承自 IOleInPlaceObject。)
公共方法 ReactivateAndUndo()
公共方法 SetObjectRects(array<RECT[], array<RECT[]) (继承自 IOleInPlaceObject。)
公共方法 SetObjectRects(array<RECT[], array<RECT[])
公共方法 UIDeactivate() (继承自 IOleInPlaceObject。)
公共方法 UIDeactivate()

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间