IOleInPlaceActiveObject 接口

使顶级容器操作就地对象。有关 COM 接口的信息,请参见 IOleInPlaceActiveObject

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("00000117-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceActiveObject _
    Inherits IOleWindow
[InterfaceTypeAttribute()]
[GuidAttribute("00000117-0000-0000-C000-000000000046")]
public interface IOleInPlaceActiveObject : IOleWindow

IOleInPlaceActiveObject 类型公开以下成员。

方法

  名称 说明
公共方法 ContextSensitiveHelp(Int32)
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleWindow。)
公共方法 EnableModeless
公共方法 GetWindow(IntPtr%)
公共方法 GetWindow(IntPtr%) (继承自 IOleWindow。)
公共方法 OnDocWindowActivate
公共方法 OnFrameWindowActivate
公共方法 ResizeBorder
公共方法 TranslateAccelerator

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间