IOleInPlaceSiteEx 接口

,当激活或停用对象时,提供附加的激活和停用通知方法可避免闪烁的屏幕。 从 IOleInPlaceSite扩展和继承。 有关更多信息,请参见 IOleInPlaceSiteEx

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

语法

声明
<GuidAttribute("9C2CAD80-3424-11CF-B670-00AA004CD6D8")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceSiteEx _
    Inherits IOleInPlaceSite
[GuidAttribute("9C2CAD80-3424-11CF-B670-00AA004CD6D8")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceSiteEx : IOleInPlaceSite

IOleInPlaceSiteEx 类型公开以下成员。

方法

  名称 说明
公共方法 CanInPlaceActivate() (继承自 IOleInPlaceSite。)
公共方法 CanInPlaceActivate()
公共方法 ContextSensitiveHelp(Int32) (继承自 IOleInPlaceSite。)
公共方法 ContextSensitiveHelp(Int32)
公共方法 DeactivateAndUndo() (继承自 IOleInPlaceSite。)
公共方法 DeactivateAndUndo()
公共方法 DiscardUndoState() (继承自 IOleInPlaceSite。)
公共方法 DiscardUndoState()
公共方法 GetWindow(IntPtr%) (继承自 IOleInPlaceSite。)
公共方法 GetWindow(IntPtr%)
公共方法 GetWindowContext(IOleInPlaceFrame%, IOleInPlaceUIWindow%, array<RECT[], array<RECT[], array<OLEINPLACEFRAMEINFO[]) (继承自 IOleInPlaceSite。)
公共方法 GetWindowContext(IOleInPlaceFrame%, IOleInPlaceUIWindow%, array<RECT[], array<RECT[], array<OLEINPLACEFRAMEINFO[])
公共方法 OnInPlaceActivate() (继承自 IOleInPlaceSite。)
公共方法 OnInPlaceActivate()
公共方法 OnInPlaceActivateEx
公共方法 OnInPlaceDeactivate() (继承自 IOleInPlaceSite。)
公共方法 OnInPlaceDeactivate()
公共方法 OnInPlaceDeactivateEx
公共方法 OnPosRectChange(array<RECT[]) (继承自 IOleInPlaceSite。)
公共方法 OnPosRectChange(array<RECT[])
公共方法 OnUIActivate() (继承自 IOleInPlaceSite。)
公共方法 OnUIActivate()
公共方法 OnUIDeactivate(Int32) (继承自 IOleInPlaceSite。)
公共方法 OnUIDeactivate(Int32)
公共方法 RequestUIActivate
公共方法 Scroll(SIZE) (继承自 IOleInPlaceSite。)
公共方法 Scroll(SIZE)

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间