IOleInPlaceSite 接口

管理容器和对象的就地客户端站点之间的交互。 有关更多信息,请参见 IOleInPlaceSite

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

语法

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

IOleInPlaceSite 类型公开以下成员。

方法

  名称 说明
公共方法 CanInPlaceActivate
公共方法 ContextSensitiveHelp(Int32)
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleWindow。)
公共方法 DeactivateAndUndo
公共方法 DiscardUndoState
公共方法 GetWindow(IntPtr%)
公共方法 GetWindow(IntPtr%) (继承自 IOleWindow。)
公共方法 GetWindowContext
公共方法 OnInPlaceActivate
公共方法 OnInPlaceDeactivate
公共方法 OnPosRectChange
公共方法 OnUIActivate
公共方法 OnUIDeactivate
公共方法 Scroll

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间