IOleInPlaceActiveObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a top-level container to manipulate an in-place object. For information on the COM interface, see IOleInPlaceActiveObject.
public interface class IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
public interface class IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
__interface IOleInPlaceActiveObject : Microsoft::VisualStudio::OLE::Interop::IOleWindow
[System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IOleInPlaceActiveObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleInPlaceActiveObject : Microsoft.VisualStudio.OLE.Interop.IOleWindow
[<System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IOleInPlaceActiveObject = interface
interface IOleWindow
[<System.Runtime.InteropServices.Guid("00000117-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IOleInPlaceActiveObject = interface
interface IOleWindow
Public Interface IOleInPlaceActiveObject
Implements IOleWindow
- Attributes
- Implements