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

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000117-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceActiveObject _
    Inherits IOleWindow
'Usage
Dim instance As IOleInPlaceActiveObject
[InterfaceTypeAttribute()]
[GuidAttribute("00000117-0000-0000-C000-000000000046")]
public interface IOleInPlaceActiveObject : IOleWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000117-0000-0000-C000-000000000046")]
public interface class IOleInPlaceActiveObject : IOleWindow
public interface IOleInPlaceActiveObject extends IOleWindow

See Also

Reference

IOleInPlaceActiveObject Members

Microsoft.VisualStudio.OLE.Interop Namespace