IOleInPlaceObject 接口

管理就地对象的激活、停用和可见性。 有关更多信息,请参见 IOleInPlaceObject

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

语法

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

IOleInPlaceObject 类型公开以下成员。

方法

  名称 说明
公共方法 ContextSensitiveHelp(Int32)
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleWindow。)
公共方法 GetWindow(IntPtr%)
公共方法 GetWindow(IntPtr%) (继承自 IOleWindow。)
公共方法 InPlaceDeactivate
公共方法 ReactivateAndUndo
公共方法 SetObjectRects
公共方法 UIDeactivate

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间