다음을 통해 공유


IOleInPlaceActiveObject Interface

Enables a top-level container to manipulate an in-place object. For information on the COM interface, see IOleInPlaceActiveObject.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

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

The IOleInPlaceActiveObject type exposes the following members.

Methods

  Name Description
Public method ContextSensitiveHelp(Int32)
Public method ContextSensitiveHelp(Int32) (Inherited from IOleWindow.)
Public method EnableModeless
Public method GetWindow(IntPtr%)
Public method GetWindow(IntPtr%) (Inherited from IOleWindow.)
Public method OnDocWindowActivate
Public method OnFrameWindowActivate
Public method ResizeBorder
Public method TranslateAccelerator

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace